Viewing file: fc8b17338408b6ad1051c3bf91e32f7f491ab8e6.file.photomanager-main-photo.tpl.php (3.95 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 23:16:23 compiled from "modules/photomanager/templates/photomanager-main-photo.tpl" */ ?> <?php /*%%SmartyHeaderCode:4842003004f74c317c02c49-83659467%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'fc8b17338408b6ad1051c3bf91e32f7f491ab8e6' => array ( 0 => 'modules/photomanager/templates/photomanager-main-photo.tpl', 1 => 1333007955, ), ), 'nocache_hash' => '4842003004f74c317c02c49-83659467', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <div class="photomanager-add-photo"> <span style="float:right"><?php echo $_smarty_tpl->getVariable('ALANG')->value['PhotomanagerMainPhotoAlign'];?> : <select name="mainphoto_align"> <option value="l" <?php if ($_smarty_tpl->getVariable('mainphoto')->value['photo_align']=='l'){?> selected="selected" <?php }?>><?php echo $_smarty_tpl->getVariable('ALANG')->value['PhotomanagerMainPhotoAlignLeft'];?> </option> <option value="r" <?php if ($_smarty_tpl->getVariable('mainphoto')->value['photo_align']=='r'){?> selected="selected" <?php }?>><?php echo $_smarty_tpl->getVariable('ALANG')->value['PhotomanagerMainPhotoAlignRight'];?> </option> </select> </span> </div> <table width="100%" border="0" cellpadding="3" cellspacing="1" class="admin-table" table="AMCMS_photomanager" mod="Photomanager"> <tr> <th width="120" align="center" valign="middle"><?php echo $_smarty_tpl->getVariable('ALANG')->value['PhotomanagerPhoto'];?> </th> <th width="100" align="center" valign="middle"><?php echo $_smarty_tpl->getVariable('ALANG')->value['PhotomanagerUploadChangePhoto'];?> </th> <th align="center" valign="middle"><?php echo $_smarty_tpl->getVariable('ALANG')->value['PhotomanagerMainPhotoTitle'];?> <span class="ukr"><img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" /></span> <span class="eng"><img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" /></span> <span class="rus"><img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" /></span> </th> <!-- <th align="center" valign="middle">Подпись <br /> (отображается <br /> при наведении) <span class="ukr"><img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" /></span> <span class="eng"><img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" /></span> <span class="rus"><img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" /></span></th>--> <th width="60" align="center" valign="middle"> </th> </tr> <tr id="<?php echo $_smarty_tpl->getVariable('mainphoto')->value['photo_id'];?> "> <td align="center" valign="middle"><img src="<?php if (strlen($_smarty_tpl->getVariable('mainphoto')->value['photo_filename'])>3){?> /<?php echo $_smarty_tpl->getVariable('mainphoto')->value['photo_filename'];?> _main.jpg<?php }else{ ?> /data/photomanager/empty.jpg <?php }?>" id="mainphoto_image" width="100"/></td> <td align="center" valign="middle"><input name="mainphoto" id="mainphoto" type="file" size="5" /></td> <td align="center" valign="middle"> <div class="rus"><textarea name="mainphoto_title_rus" cols="70" rows="2" class="small"><?php echo $_smarty_tpl->getVariable('mainphoto')->value['photo_title_rus'];?> </textarea></div> <div class="ukr"><textarea name="mainphoto_title_ukr" cols="70" rows="2" class="small"><?php echo $_smarty_tpl->getVariable('mainphoto')->value['photo_title_ukr'];?> </textarea></div> <div class="eng"><textarea name="mainphoto_title_eng" cols="70" rows="2" class="small"><?php echo $_smarty_tpl->getVariable('mainphoto')->value['photo_title_eng'];?> </textarea></div> </td> <td align="center" valign="middle"><a href="#" class="ajax-photomanager-main-photo delete" oper="delete-main"><?php echo $_smarty_tpl->getVariable('ALANG')->value['CoreDelete'];?> </a></td> </tr> </table>
|