| 1 | <!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> |
|---|
| 5 | <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> |
|---|
| 6 | <title><{$xoops_sitename}> <{$lang_imgmanager}></title> |
|---|
| 7 | <{$image_form.javascript}> |
|---|
| 8 | <style type="text/css" media="all"> |
|---|
| 9 | body {margin: 0;} |
|---|
| 10 | img {border: 0;} |
|---|
| 11 | table {width: 100%; margin: 0;} |
|---|
| 12 | a:link {color: #3a76d6; font-weight: bold; background-color: transparent;} |
|---|
| 13 | a:visited {color: #9eb2d6; font-weight: bold; background-color: transparent;} |
|---|
| 14 | a:hover {color: #e18a00; background-color: transparent;} |
|---|
| 15 | table td {background-color: white; font-size: 12px; padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;} |
|---|
| 16 | table#imagenav td {vertical-align: bottom; padding: 5px;} |
|---|
| 17 | td.body {padding: 5px; vertical-align: middle;} |
|---|
| 18 | td.caption {border: 0; background-color: #2F5376; color:white; font-size: 12px; padding: 5px; vertical-align: top; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;} |
|---|
| 19 | table#imageform {border: 1px solid silver;} |
|---|
| 20 | table#header td {width: 100%; background-color: #2F5376; vertical-align: middle;} |
|---|
| 21 | table#header td#headerbar {border-bottom: 1px solid silver; background-color: #dddddd;} |
|---|
| 22 | div#footer {text-align:right; padding: 5px;} |
|---|
| 23 | </style> |
|---|
| 24 | </head> |
|---|
| 25 | |
|---|
| 26 | <body onload="window.resizeTo(<{$xsize}>, <{$ysize}>);"> |
|---|
| 27 | <table id="header" cellspacing="0"> |
|---|
| 28 | <tr> |
|---|
| 29 | <td><a href="<{$xoops_url}>/"><img src="<{$xoops_url}>/images/logo.gif" width="150" height="80" alt="" /></a></td><td> </td> |
|---|
| 30 | </tr> |
|---|
| 31 | <tr> |
|---|
| 32 | <td id="headerbar" colspan="2"> </td> |
|---|
| 33 | </tr> |
|---|
| 34 | </table> |
|---|
| 35 | |
|---|
| 36 | <table cellspacing="0" id="imagenav"> |
|---|
| 37 | <tr> |
|---|
| 38 | <td align="left"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id=<{$show_cat}>"><{$lang_imgmanager}></a></td> |
|---|
| 39 | </tr> |
|---|
| 40 | </table> |
|---|
| 41 | |
|---|
| 42 | <form name="<{$image_form.name}>" id="<{$image_form.name}>" action="<{$image_form.action}>" method="<{$image_form.method}>" <{$image_form.extra}>> |
|---|
| 43 | <table id="imageform" cellspacing="0"> |
|---|
| 44 | <!-- start of form elements loop --> |
|---|
| 45 | <{foreach item=element from=$image_form.elements}> |
|---|
| 46 | <{if $element.hidden != true}> |
|---|
| 47 | <tr valign="top"> |
|---|
| 48 | <td class="caption"><{$element.caption}></td> |
|---|
| 49 | <td class="body"><{$element.body}></td> |
|---|
| 50 | </tr> |
|---|
| 51 | <{else}> |
|---|
| 52 | <{$element.body}> |
|---|
| 53 | <{/if}> |
|---|
| 54 | <{/foreach}> |
|---|
| 55 | <!-- end of form elements loop --> |
|---|
| 56 | </table> |
|---|
| 57 | </form> |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | <div id="footer"> |
|---|
| 61 | <input value="<{$lang_close}>" type="button" onclick="javascript:window.close();" /> |
|---|
| 62 | </div> |
|---|
| 63 | |
|---|
| 64 | </body> |
|---|
| 65 | </html> |
|---|