Rev 17180 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $rep!=$empty |
||
12498 | bpr | 3 | !if $status=ERROR |
4 | <div class="wims_msg alert"> |
||
13527 | obado | 5 | !read lang/msgcl.phtml.$modu_lang $rep2 |
12498 | bpr | 6 | </div> |
13527 | obado | 7 | !if $w1 iswordof badname |
8 | error code: <code>$w3</code> |
||
9 | !endif |
||
17180 | bpr | 10 | <hr style="width:50%"> |
23 | reyssat | 11 | !else |
12498 | bpr | 12 | <pre>$rep</pre> |
13 | !if $m1=local |
||
14 | <p>$name_local</p> |
||
15 | $name_error: |
||
16 | !mailurl $wims_site_manager $wims_name_manager |
||
17 | !else |
||
18 | <p>$name_emailsend</p> |
||
19 | !endif |
||
23 | reyssat | 20 | !endif |
12498 | bpr | 21 | !exit |
23 | reyssat | 22 | !endif |
23 | |||
24 | !if $askcheat=yes |
||
12498 | bpr | 25 | $name_cheat1 |
26 | <div class="wimscenter"> |
||
13527 | obado | 27 | !href cmd=help&special_parm=wimsversion $wims_name_Explanations |
23 | reyssat | 28 | . |
13527 | obado | 29 | !href cmd=reply&vcheat=no $name_goahead |
23 | reyssat | 30 | . |
12498 | bpr | 31 | </div> |
13527 | obado | 32 | $name_cheat2: |
12498 | bpr | 33 | !href cmd=reply&vcheat=yes $name_goahead |
3009 | bpr | 34 | . |
12498 | bpr | 35 | !exit |
23 | reyssat | 36 | !endif |
37 | |||
38 | !if $pubprep=yes |
||
12498 | bpr | 39 | !if $local!=yes |
17888 | bpr | 40 | $name_warning0 |
41 | !set wims_ref_class=wims_button_help |
||
12498 | bpr | 42 | !href cmd=help&special_parm=publish $name_readhelp |
17888 | bpr | 43 | <p> |
44 | $(name_verif[1])? |
||
45 | !set wims_ref_class=wims_button_help |
||
46 | !href cmd=help&special_parm=verif $(name_verif[2]) |
||
47 | </p> |
||
12498 | bpr | 48 | !set sysadmin_mail=!getdef sysadmin in wimshome/public_html/bases/sys/publishcenter/$(mu_publish_site[1]) |
49 | <div class="spacer"> |
||
50 | $name_warning_keywords |
||
13527 | obado | 51 | <ul> |
14519 | bpr | 52 | <li>$wims_name_level:<span class="tt">$i_level</span></li> |
13527 | obado | 53 | <li>$wims_name_Domain: <span class="tt">$i_domain</span></li> |
54 | <li>$wims_name_Keywords: |
||
55 | <span class="tt">$keywordsgood</span> |
||
56 | !if $keywordsbad!=$empty |
||
57 | <div> |
||
58 | $name_warning_keywords_unknown |
||
59 | <div class="tt wims_msg alert">$keywordsbad</div> |
||
60 | $name_warning_keywords2 |
||
61 | </div> |
||
62 | !endif |
||
63 | </li> |
||
14522 | bpr | 64 | !if $changenews=no |
65 | <li> |
||
66 | NEWS: <div class="wims_msg alert">$name_changenews</div> |
||
67 | </li> |
||
68 | !endif |
||
13527 | obado | 69 | </ul> |
70 | !if $dombad!=$empty |
||
71 | <div class="wims_msg alert"> |
||
72 | $name_warning_nodomain: |
||
73 | <span class="tt">$dombad</span>. |
||
74 | $name_warning_nodomain2 |
||
17180 | bpr | 75 | <br class="spacer"> |
13527 | obado | 76 | $name_warning_domain |
77 | !mailurl $sysadmin_mail $sysadmin_mail\ |
||
7550 | bpr | 78 | [WIMS] keywords domain |
13527 | obado | 79 | </div> |
80 | !else |
||
81 | $name_warning_suggestion |
||
82 | !mailurl $sysadmin_mail $sysadmin_mail\ |
||
8620 | bpr | 83 | [WIMS] keywords domain |
13527 | obado | 84 | !endif |
85 | </div> |
||
12498 | bpr | 86 | $name_warning01 |
87 | !form reply |
||
17180 | bpr | 88 | <input type="hidden" name="confirm" value="yes"> |
89 | <input type="hidden" name="vcheat" value="$vcheat"> |
||
12498 | bpr | 90 | <fieldset class="property_fields blockcenter"> |
13527 | obado | 91 | <legend>$wims_name_publish</legend> |
92 | <div class="field box"> |
||
93 | <label for="submitpublish_site">$wims_name_publish_center</label> |
||
94 | !set wims_ref_class=wims_button_help float_right |
||
95 | !href cmd=help&special_parm=publication $wims_name_help |
||
96 | !formselect submitpublish_site list $mu_publish_site prompt $publishcentersname |
||
97 | </div> |
||
98 | <div class="field box"> |
||
99 | <label for="submitauth">$name_publishaccount</label> |
||
17180 | bpr | 100 | <input type="text" size="20" name="submitauth" id="submitauth" value="$submitauth"> |
13527 | obado | 101 | </div> |
102 | <div class="field box"> |
||
7500 | bpr | 103 | <label for="submitpass">$wims_name_Password</label> |
17180 | bpr | 104 | <input type="password" size="20" name="submitpass" id="submitpass" value="$submitpass"> |
7500 | bpr | 105 | </div> |
106 | <div class="field box"> |
||
107 | <label for="submittype">$name_publishtype</label> |
||
13527 | obado | 108 | !set submittype=stable |
16925 | bpr | 109 | !!delete devel |
110 | !formselect submittype list stable,new prompt $(name_prompt[2..-1]) |
||
13527 | obado | 111 | </div> |
112 | <div class="field box"> |
||
14515 | bpr | 113 | <label for="comment">$wims_name_comment</label> |
114 | !set wims_ref_class=wims_button_help float_right |
||
115 | !href cmd=help&special_parm=comment $wims_name_help |
||
116 | <textarea name="comment" id="comment" |
||
117 | placeholder="$name_publish_placeholder" required="required">$comment</textarea> |
||
118 | </div> |
||
119 | <div class="field box"> |
||
13527 | obado | 120 | <label for="istranslate">$name_translation</label> |
121 | !set istranslate=no |
||
122 | !formselect istranslate list yes,no prompt $wims_name_yes,$wims_name_no |
||
123 | </div> |
||
124 | <div class="field box"> |
||
125 | <label for="modifiers">$name_authorized</label> |
||
126 | !set wims_ref_class=wims_button_help float_right |
||
127 | !href cmd=help&special_parm=modifiers $wims_name_help |
||
17180 | bpr | 128 | <input size="40" name="modifiers" id="modifiers" value="$modifiers"> |
13527 | obado | 129 | </div> |
130 | <div class="wimscenter wimsform"> |
||
17180 | bpr | 131 | <input type="submit" value="$wims_name_publish"> |
13527 | obado | 132 | </div> |
133 | </fieldset> |
||
12498 | bpr | 134 | $name_warning1 |
13527 | obado | 135 | !formend |
12498 | bpr | 136 | !else |
137 | $name_warning2 |
||
13527 | obado | 138 | <div class="wimscenter"> |
14451 | bpr | 139 | !set wims_ref_class=wims_button wims_button |
13527 | obado | 140 | !href cmd=reply&confirm=yes&vcheat=$vcheat $wims_name_yes |
141 | $ |
||
142 | !set wims_ref_class=wims_button wims_secondary_button |
||
143 | !href cmd=reply&jobreq=flist $wims_name_giveup |
||
144 | </div> |
||
12498 | bpr | 145 | $name_warning3 |
146 | !endif |
||
23 | reyssat | 147 | !endif |
14515 | bpr | 148 |