w00t0r
This commit is contained in:
1
templates/xml/content-addform-thanks.html
Executable file
1
templates/xml/content-addform-thanks.html
Executable file
@ -0,0 +1 @@
|
||||
<kwote-added id="${KWOTE_ID" />
|
3
templates/xml/content-error.html
Executable file
3
templates/xml/content-error.html
Executable file
@ -0,0 +1,3 @@
|
||||
|
||||
<error>${ERROR_MESSAGE}</error>
|
||||
|
3
templates/xml/content-show-kwote.html
Executable file
3
templates/xml/content-show-kwote.html
Executable file
@ -0,0 +1,3 @@
|
||||
<kwote id="${KWOTE_ID}" rating="${KWOTE_RATING}">
|
||||
${KWOTE_TEXT_XML}
|
||||
</kwote>
|
5
templates/xml/footer.html
Executable file
5
templates/xml/footer.html
Executable file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
</kwotes.org>
|
||||
|
||||
|
9
templates/xml/header.html
Executable file
9
templates/xml/header.html
Executable file
@ -0,0 +1,9 @@
|
||||
<kwotes.org>
|
||||
|
||||
<site>
|
||||
<name>${SITE_NAME}</name>
|
||||
<tag-line>${TAG_LINE}</tag-line>
|
||||
<kwote-count>${KWOTE_COUNT}</kwote-count>
|
||||
<deleted-kwote-count>${KWOTE_BACKUP_COUNT}</deleted-kwote-count>
|
||||
</site>
|
||||
|
Reference in New Issue
Block a user