Dotclear

source: plugins/agora/default-templates/editpost.html @ 2145

Revision 2145, 4.8 KB checked in by Osku, 14 years ago (diff)

Plugin agora: minor fixes, thx Tom²

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
7  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
8
9  <title>{{tpl:lang Edit thread}} - {{tpl:lang Agora}} - {{tpl:BlogName encode_html="1"}}</title>
10 
11  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Agora}}" />
12  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
13  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
14  <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
15
16  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
17  <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Agora}} - {{tpl:BlogName encode_html="1"}}" />
18  <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1"}}" />
19  <meta name="dc.language" content="{{tpl:BlogLanguage}}" />
20  <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
21  <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
22  <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
23  <meta name="dc.type" content="text" />
24  <meta name="dc.format" content="text/html" />
25 
26  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
27  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
28  <tpl:Categories>
29  <link rel="section" href="{{tpl:SubAgoraURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
30  </tpl:Categories>
31 
32  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
33  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
34  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
35 
36  {{tpl:include src="_head.html"}}
37
38</head>
39
40<body class="dc-editpost">
41<div id="page">
42{{tpl:include src="_top.html"}}
43
44<div id="wrapper">
45
46<div id="main">
47  <div id="content">
48
49  <div id="content-info">
50
51    <h2><a href="{{tpl:agoraURL}}">{{tpl:lang Agora}}</a> &rsaquo;  <tpl:Categories><tpl:ThreadComboSelected> {{tpl:CategoryTitle encode_html="1"}} </tpl:ThreadComboSelected></tpl:Categories>
52     &rsaquo;  <a href="{{tpl:EntryURL}}">{{tpl:EntryTitle}}</a>
53    </h2>
54   
55  </div>
56
57  <tpl:SysIfFormError>
58<p class="error">{{tpl:SysFormError}}</p>
59</tpl:SysIfFormError>
60
61<form action="{{tpl:SysSelfURI}}" method="post" id="comment-form">
62<tpl:IfEditPreview>
63<div id="pr">
64<h3>{{tpl:lang Edit the post}}</h3>
65<h2 class="register-preview">{{tpl:PostEditTitle}}</h2>
66<p class="register-preview">{{tpl:PostEditContent}}</p>
67<p class="buttons"><input type="submit" class="submit" value="{{tpl:lang finish}}" /></p>
68</div>
69</tpl:IfEditPreview>
70
71<h3>{{tpl:lang Edit a post}}</h3>
72<fieldset>
73
74<!-- # --BEHAVIOR-- publicEditFormBefore -->
75{{tpl:SysBehavior behavior="publicEditFormBefore"}}
76
77
78<p class="field"><label for="ed_title">{{tpl:lang Subject}}&nbsp;:</label>
79     <input name="ed_title" id="ed_title" type="text" size="30" maxlength="255"
80     value="{{tpl:PostEditTitle encode_html="1"}}" />
81</p>
82
83                         <tpl:Categories>
84                              <tpl:CategoriesHeader>
85                                      <p class="field">
86                                   <label for="ed_cat">{{tpl:lang Category}}&nbsp;:</label>
87                                   <select name="ed_cat" id="ed_cat">
88                              <option value="">
89                                   &nbsp;
90                              </option>
91                              </tpl:CategoriesHeader>
92                              <option value="{{tpl:placeID}}" <tpl:placeComboSelected> selected=selected  </tpl:placeComboSelected>>
93                                   {{tpl:placeSpacer}}
94                                   &bull; {{tpl:CategoryTitle encode_html="1"}}
95                              </option>
96                              <tpl:CategoriesFooter>
97                                   </select>
98                                   </p>
99                              </tpl:CategoriesFooter>
100                         </tpl:Categories>
101
102 
103<p class="field"><label for="ed_content">{{tpl:lang Message}}&nbsp;:</label>
104     <textarea name="ed_content" id="ed_content" cols="35"
105     rows="7">{{tpl:PostEditContent raw="1" encode_html="1"}}</textarea>
106</p>
107
108<!-- # --BEHAVIOR-- publicEditFormAfter -->
109{{tpl:SysBehavior behavior="publicEditFormAfter"}}
110</fieldset>
111
112<fieldset>
113<p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
114<tpl:IfRegisterPreview><input type="submit" class="submit" value="{{tpl:lang finish}}" /></tpl:IfRegisterPreview></p>
115</fieldset>
116
117</form>
118
119  </div>
120
121</div> <!-- End #main -->
122
123<div id="sidebar">
124  <div id="blognav">
125    {{tpl:Widgets type="nav"}}
126  </div> <!-- End #blognav -->
127 
128  <div id="blogextra">
129    {{tpl:Widgets type="extra"}}
130  </div> <!-- End #blogextra -->
131</div>
132
133</div> <!-- End #wrapper -->
134
135{{tpl:include src="_footer.html"}}
136</div> <!-- End #page -->
137</body>
138</html>
Note: See TracBrowser for help on using the repository browser.

Sites map