|
Revision 9406, 1.7 KB
(checked in by ddtddt, 2 years ago)
|
|
[extensions] - meta - update
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <div class="titrePage"> |
|---|
| 2 | <h2>meta</h2> |
|---|
| 3 | </div> |
|---|
| 4 | {if isset ($gestionA)} |
|---|
| 5 | <h3>{'meta_desh3'|@translate}</h3> |
|---|
| 6 | <div> |
|---|
| 7 | <form method="post" > |
|---|
| 8 | <fieldset> |
|---|
| 9 | <legend>{'meta_select'|@translate}</legend> |
|---|
| 10 | {'meta_list'|@translate} |
|---|
| 11 | {html_options name="metalist" options=$gestionA.OPTIONS selected=$gestionA.SELECTED} |
|---|
| 12 | <br> |
|---|
| 13 | <br> |
|---|
| 14 | <div style="text-align:center;"> |
|---|
| 15 | <input class="submit" name="submitchoixmeta" type="submit" value="{'meta_choix'|@translate}" {$TAG_INPUT_ENABLED} /> |
|---|
| 16 | </div> |
|---|
| 17 | </fieldset> |
|---|
| 18 | </form> |
|---|
| 19 | </div> |
|---|
| 20 | {if isset ($meta_edit)} |
|---|
| 21 | <div> |
|---|
| 22 | <form method="post" > |
|---|
| 23 | <fieldset> |
|---|
| 24 | <legend>{'meta_comp'|@translate}</legend> |
|---|
| 25 | <input type="hidden" name="invisible" value="{$meta_edit.VALUE}"> |
|---|
| 26 | {$meta_edit.VALUE} <input type="text" name="inser" value="{$meta_edit.CONTENT}" size="100" maxlenght="100"> |
|---|
| 27 | <br> |
|---|
| 28 | <br> |
|---|
| 29 | <div style="text-align:center;"> |
|---|
| 30 | <input class="submit" name="submitinsmeta" type="submit" value="{'meta_insmeta'|@translate}" {$TAG_INPUT_ENABLED} /> |
|---|
| 31 | </div> |
|---|
| 32 | </fieldset> |
|---|
| 33 | </form> |
|---|
| 34 | </div> |
|---|
| 35 | {/if} |
|---|
| 36 | {/if} |
|---|
| 37 | |
|---|
| 38 | {if isset ($description)} |
|---|
| 39 | <div class="comment"> |
|---|
| 40 | <h3>{'meta_author'|@translate}</h3> |
|---|
| 41 | {'meta_author_help'|@translate} |
|---|
| 42 | </div> |
|---|
| 43 | <div class="comment"> |
|---|
| 44 | <h3>{'meta_keywords'|@translate}</h3> |
|---|
| 45 | {'meta_keywords_help'|@translate} |
|---|
| 46 | </div> |
|---|
| 47 | <div class="comment"> |
|---|
| 48 | <h3>{'meta_Description'|@translate}</h3> |
|---|
| 49 | {'meta_Description_help'|@translate} |
|---|
| 50 | </div> |
|---|
| 51 | <div class="comment"> |
|---|
| 52 | <h3>{'meta_robots'|@translate}</h3> |
|---|
| 53 | {'meta_robots_help'|@translate} |
|---|
| 54 | </div> |
|---|
| 55 | {/if} |
|---|
| 56 | {if isset ($MAJ)} |
|---|
| 57 | <div class="comment"> |
|---|
| 58 | <div style="text-align:center;"> |
|---|
| 59 | <input class="submit" name="submitMAJ" type="submit" value="{'meta_onglet_maj'|@translate}" {$TAG_INPUT_ENABLED} /> |
|---|
| 60 | </div> |
|---|
| 61 | </div> |
|---|
| 62 | {/if} |
|---|