Rev 15 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 18 | moos | 1 | |
| 2 | <%@ page pageEncoding="UTF-8" %> |
||
| 15 | moos | 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | |||
| 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
||
| 6 | <head> |
||
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||
| 8 | <title>Ontologie - WebEngineering-Projekt JSP</title> |
||
| 9 | <link rel="icon" href="resources/images/favicon.gif" type="image/gif" /> |
||
| 10 | <link rel="stylesheet" type="text/css" href="resources/css/main.css" /> |
||
| 11 | <%-- |
||
| 12 | <script type="text/javascript" src="lib/jquery/jquery-1.4.2.min.js"></script> |
||
| 13 | <script type="text/javascript" src="js/core.js"></script> |
||
| 14 | |||
| 15 | {* Embedd additional javascript files *} |
||
| 16 | {foreach key=row_no item=js_file from=$js_files} |
||
| 17 | <script type="text/javascript" src="js/{ $js_file }"></script> |
||
| 18 | {/foreach} |
||
| 19 | --%> |
||
| 20 | </head> |
||
| 21 | <body> |
||
| 22 | <%-- |
||
| 23 | {* Dialog for different messages (errors, warnings, info) *} |
||
| 24 | <div id="overlay" {if !$dialog_type}class="hidden"{/if}></div> |
||
| 25 | <div id="dialog" class="{if $dialog_type}dialog_{$dialog_type}{else}hidden{/if}"> |
||
| 26 | <div id="dialog_title">{$dialog_title}</div> |
||
| 27 | <div id="dialog_text">{$dialog_text}</div> |
||
| 28 | <div id="dialog_buttons"> |
||
| 29 | <input class="hidden" type="button" id="button_1" value="empty" /> |
||
| 30 | <input class="hidden" type="button" id="button_2" value="empty" /> |
||
| 31 | <input class="hidden" type="button" id="button_3" value="empty" /> |
||
| 32 | <input {if !$dialog_button_ok}class="hidden"{/if} type="button" id="button_ok" value=" OK " alt="{$dialog_button_ok}" /> |
||
| 33 | <input {if !$dialog_button_yes}class="hidden"{/if} type="button" id="button_yes" value=" Yes " alt="{$dialog_button_yes}" /> |
||
| 34 | <input {if !$dialog_button_no}class="hidden"{/if} type="button" id="button_no" value=" No " alt="{$dialog_button_no}" /> |
||
| 35 | <input {if !$dialog_button_continue}class="hidden"{/if} type="button" id="button_continue" value=" Continue " alt="{$dialog_button_continue}" /> |
||
| 36 | <input {if !$dialog_button_cancel}class="hidden"{/if} type="button" id="button_cancel" value=" Cancel " alt="{$dialog_button_cancel}" /> |
||
| 37 | </div> |
||
| 38 | </div> |
||
| 39 | --%> |