Commit graph

2187 commits

Author SHA1 Message Date
Hannes Wallnöfer
0b8c3ad1ca Unscrewable skin manager main page. Same as main.hac, except that it
uses skinmgr/page.skin to render the page, which is (usually) not customized.
2003-03-12 10:54:07 +00:00
Hannes Wallnöfer
05bf6756f8 Allow sysadmins access to all skinmanagers 2003-03-12 10:52:49 +00:00
8bf0ea15ff added trailing linebreak to achieve more readable html code 2003-03-11 13:20:10 +00:00
663e3d36c1 added pagelink class to define margins between dotted lines and prevpage / nextpage links 2003-03-11 13:18:57 +00:00
6beed1870f moved <span> tag around message macro into prefix and suffix, resp.
renamed "home" link to "antville home"
2003-03-11 13:18:10 +00:00
b485fa4148 modified global/sitelist_macro() to only render lists of recently updated sites.
thus, lists of sites sorted alphabetically are now rendered by root/renderSitelist() by extra call in root/list_action() making it possible to put response.prevpage inside root/list.skin.
(note: the macro calls renderSitelist() with appropriate arguments and simply outputs res.data.sitelist immediately. maybe this is not what one could call a clean implementation?)
2003-03-11 13:16:12 +00:00
64e536d3a5 if a day is displayed the title contains this.groupname formatted as date string. otherwise only this.groupname is displayed. 2003-03-10 16:55:05 +00:00
923c997a29 message should only be inside a span tag 2003-03-10 16:50:52 +00:00
978d0d91a3 changed .message class to tell it apart from body text (still looking for a decent color: it should not be the link color as it was before, though) 2003-03-10 16:49:26 +00:00
d571b8485e added <br /> before submit buttons 2003-03-10 16:45:59 +00:00
6b5a6599a5 moved register and passwd reminder back to the top (!) 2003-03-10 16:45:22 +00:00
Hannes Wallnöfer
3bae9ac278 Make "real" comments start with two # instead of just one to set them
them visually apart from deactivated options.
2003-03-10 12:18:05 +00:00
Hannes Wallnöfer
7b1b35d6cd Updated template for virtual host config to new hrefFunction feature 2003-03-10 12:16:00 +00:00
Hannes Wallnöfer
edc4d1f013 Added href postprocessor function. 2003-03-10 12:12:06 +00:00
Hannes Wallnöfer
307815d7c4 Fixed indentation. 2003-03-10 11:57:53 +00:00
Hannes Wallnöfer
bafe0af09c Add line break for IE6 2003-03-10 11:49:08 +00:00
Hannes Wallnöfer
4165f6b25d * Fixed password reminder link
* Moved register and pw reminder link back underneath the login form (?)
* Removed comma from "not registered yet?"
2003-03-10 11:45:31 +00:00
Robert Gaggl
e4bf73de13 removed module-related code 2003-03-09 18:40:10 +00:00
Robert Gaggl
49fd925726 changed viewlink_macro(): now param.text is rendered if defined (before it wasn't because openMarkupElement deletes param.text) 2003-03-09 15:06:52 +00:00
Robert Gaggl
a29e3f06ba changed explanation of alias to match default behaviour of antville (appended "/alias") 2003-03-09 15:01:58 +00:00
Robert Gaggl
226573f65f removed module-related stuff that got erroneously commited 2003-03-09 15:00:42 +00:00
2fd9afc46b changed case of "Last" in update info 2003-03-07 22:24:08 +00:00
a0c4842325 separated "front" from "page" for less resemblance of a microsoft product. 2003-03-07 22:16:44 +00:00
2993a559bc changed "Help" link to lowercase 2003-03-07 22:12:50 +00:00
0ca7acf598 added <p> tag around form 2003-03-07 22:03:45 +00:00
524d7a38a3 still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
6c4a949ce6 replaced occurences of & in query strings by &amp; to conform with xhtml spec. the w2 validator is happy now. 2003-03-07 14:05:56 +00:00
1ecc716b8b edited textual contents 2003-03-07 14:04:45 +00:00
Robert Gaggl
2cbdc3d3cb reverted back to 1.23 (changes in 1.24 break antclick) 2003-03-05 19:26:32 +00:00
825fe939fa modified skins for xhtml compliance 2003-03-05 19:19:05 +00:00
92d2b85613 modified skins to conform with xhtml spec 2003-03-05 19:11:40 +00:00
8de1505fda fixed bug in onlinelink_macro() that caused invalid html attribute (mode="toggle") to appear;
changed "link me" to "link", "place your comment" and "post your answer" to "react";
changed some cases of some words;
added id_macro() to get the id of a story (to display the code for the story macro)
2003-03-05 18:50:32 +00:00
61242b2d62 fixed bug that prevented "add choice" button from working when its value was modified 2003-03-05 18:47:56 +00:00
d3a6a05a0e changed second word of "Content manager" to lower case 2003-03-05 18:47:17 +00:00
4cec4e67b0 removed stuff that belongs into corresponding skin from response output of searchUser() 2003-03-05 18:46:41 +00:00
6e01831dc6 fixed bug in link_macro() that caused invalid html attribute (checkdeny="true") to appear 2003-03-05 18:44:45 +00:00
1b9fab2170 changed econd word in "Content manager" to lower case 2003-03-05 18:43:05 +00:00
a10ccfe0de fixed a wrong html attribute (selected="selected") in renderDropDownBox() 2003-03-05 18:41:07 +00:00
b628b7bf08 added viewlink macro 2003-03-05 18:40:00 +00:00
50890759ad validated almost every page (at least apart from the system management stuff) with the w3c validator at http://validator.w3.org and modified the skins where necessary. furthermore i tried to arrange some layouts (files, images, polls) to better and more consistently harmonize with the general antville appearance. 2003-03-05 18:39:37 +00:00
92eefcf924 removed accidental double occurrence of %> 2003-03-04 09:25:03 +00:00
073b72fb84 changed story editor text to lowercase to be more consistent 2003-03-03 13:58:53 +00:00
6c9ee44f6b some more slight enhancements in poll appearance 2003-03-03 13:57:15 +00:00
222c56a99d refurbished polls; removed title property wherever it occurred; state_macro() is deprecated (but still working) now, use closetime_macro() and appropriate prefix/suffix strings instead. 2003-03-03 13:51:54 +00:00
Robert Gaggl
ea18e39f17 - searching now also works if user presses the enter-key in form (instead of having to click on button)
- renamed res.data.searchform to res.data.body and res.data.body to res.data.list
2003-03-03 12:24:45 +00:00
Robert Gaggl
6a92b2678b changed some of the css-classes 2003-03-03 12:24:28 +00:00
Robert Gaggl
b6db31cd6d initial check-in: used for displaying system status of antville/helma 2003-03-03 12:24:04 +00:00
Robert Gaggl
0e3121c88f system setup now uses the page.skin of sysmgr instead of the root-version 2003-03-03 12:22:55 +00:00
Robert Gaggl
16f8c02371 - switched to external stylesheet
- slightly changed the menu-layout
2003-03-03 12:22:24 +00:00
Robert Gaggl
60a34fe606 - changed evalSystemSetup() to use the constant arrays containing default date format patterns 2003-03-03 12:21:45 +00:00