diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-12-21 10:06:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-12-21 10:06:17 +0000 |
| commit | 5895574f79c677aa556deceaca3479dff1dbdbcc (patch) | |
| tree | c8a309babfa3eb5b05aac112f1932313b55a57e7 | |
| parent | 370568818d6def48d27495bd066cbbbd8cf64a15 (diff) | |
| download | liberty-5895574f79c677aa556deceaca3479dff1dbdbcc.tar.gz liberty-5895574f79c677aa556deceaca3479dff1dbdbcc.tar.bz2 liberty-5895574f79c677aa556deceaca3479dff1dbdbcc.zip | |
stay conform and indent smarty logic as well
| -rw-r--r-- | templates/edit_storage_list.tpl | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index 768f1ae..cc765e9 100644 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -73,59 +73,59 @@ </td> </tr> {if $gBitThemes->isJavascriptEnabled()} - <tr id="wiki_attachment_code_{$storage.attachment_id}" style="display:none;"> - <td colspan=3> - <table> - {if $smarty.foreach.atts.first} - <tr> - <td colspan=2 style="text-align:center"> - {formhelp note="copy this code into your edit window to embed the file into your text"} - </td> - </tr> - {/if} - <tr> - <td style="text-align:center; width:125px">wiki code</td> - <td style="text-align:right"><input name="attachment_source_wiki_{$storage.attachment_id}" value="{$storage.wiki_plugin_link}" readonly style="width:305px"/></td> - </tr> - </table> - </td> - </tr> - <tr id="html_attachment_code_{$storage.attachment_id}" style="display:none;"> - <td colspan=3> - <table> - {if $smarty.foreach.atts.first} - <tr> - <td colspan=2 style="text-align:center"> - {formhelp note="copy this code into the html source to embed the file into your text"} - </td> - </tr> - {/if} - - <tr> - <th>Size</th><th>Code</th> - </tr> - {if $storage.attachment_plugin_guid eq 'mimeimage'} - {foreach name=size key=size from=$storage.thumbnail_url item=url} - <tr> - <td style="text-align:center; width:125px">{$size}</td> - <td style="text-align:right"><input name="attachment_source_{$size}_{$storage.attachment_id}" value="<img src={$url|escape} />" readonly style="width:305px"/></td> - </tr> - {/foreach} - {if ( $storage.source_url ) } + <tr id="wiki_attachment_code_{$storage.attachment_id}" style="display:none;"> + <td colspan=3> + <table> + {if $smarty.foreach.atts.first} + <tr> + <td colspan=2 style="text-align:center"> + {formhelp note="copy this code into your edit window to embed the file into your text"} + </td> + </tr> + {/if} <tr> - <td style="text-align:center">original</td> - <td style="text-align:right"><input name="attachment_source_original_{$storage.attachment_id}" value="<img src={$storage.source_url|escape} />" readonly style="width:305px"/></td> + <td style="text-align:center; width:125px">wiki code</td> + <td style="text-align:right"><input name="attachment_source_wiki_{$storage.attachment_id}" value="{$storage.wiki_plugin_link}" readonly style="width:305px"/></td> </tr> + </table> + </td> + </tr> + <tr id="html_attachment_code_{$storage.attachment_id}" style="display:none;"> + <td colspan=3> + <table> + {if $smarty.foreach.atts.first} + <tr> + <td colspan=2 style="text-align:center"> + {formhelp note="copy this code into the html source to embed the file into your text"} + </td> + </tr> {/if} - {else} + <tr> - <td style="text-align:center; width:125px">icon</td> - <td style="text-align:right"><input name="attachment_source_icon_{$storage.attachment_id}" value='<a href="{$storage.download_url}" ><img src={$storage.thumbnail_url.icon} /></a><br />{$storage.filename}' readonly style="width:305px"/></td> + <th>Size</th><th>Code</th> </tr> - {/if} - </table> - </td> - </tr> + {if $storage.attachment_plugin_guid eq 'mimeimage'} + {foreach name=size key=size from=$storage.thumbnail_url item=url} + <tr> + <td style="text-align:center; width:125px">{$size}</td> + <td style="text-align:right"><input name="attachment_source_{$size}_{$storage.attachment_id}" value="<img src={$url|escape} />" readonly style="width:305px"/></td> + </tr> + {/foreach} + {if ( $storage.source_url ) } + <tr> + <td style="text-align:center">original</td> + <td style="text-align:right"><input name="attachment_source_original_{$storage.attachment_id}" value="<img src={$storage.source_url|escape} />" readonly style="width:305px"/></td> + </tr> + {/if} + {else} + <tr> + <td style="text-align:center; width:125px">icon</td> + <td style="text-align:right"><input name="attachment_source_icon_{$storage.attachment_id}" value='<a href="{$storage.download_url}" ><img src={$storage.thumbnail_url.icon} /></a><br />{$storage.filename}' readonly style="width:305px"/></td> + </tr> + {/if} + </table> + </td> + </tr> {/if} {/foreach} </table> |
