Remove website source from repository.
Will build a new one later.
This commit is contained in:
parent
792d4db2e9
commit
8c37a74084
4161 changed files with 0 additions and 182556 deletions
|
@ -1,20 +0,0 @@
|
|||
--- dosage.1.html.orig 2013-03-26 19:02:14.690504207 +0100
|
||||
+++ dosage.1.html 2013-03-26 19:04:24.808185171 +0100
|
||||
@@ -4,7 +4,7 @@
|
||||
</HEAD><BODY>
|
||||
<H1>DOSAGE</H1>
|
||||
Section: User Commands (1)<BR><A HREF="#index">Index</A>
|
||||
-<A HREF="../index.html">Return to Main Contents</A><HR>
|
||||
+<A HREF="index.html">Return to Main Contents</A><HR>
|
||||
|
||||
<A NAME="lbAB"> </A>
|
||||
<H2>NAME</H2>
|
||||
@@ -282,7 +282,7 @@
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by
|
||||
-<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
||||
+man2html,
|
||||
using the manual pages.<BR>
|
||||
|
||||
</BODY>
|
1
doc/web/.gitignore
vendored
1
doc/web/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/data
|
|
@ -1,31 +0,0 @@
|
|||
HOMEPAGE:=$(HOME)/public_html/dosage-webpage.git
|
||||
WOK:=$(HOME)/projects/wok.git/wok
|
||||
|
||||
all:
|
||||
|
||||
comics: data/testresults.txt
|
||||
# regenerate comic pages
|
||||
rm -f content/comics/*.md
|
||||
env PYTHONPATH=../..:$(HOME)/lib/python ./mkcomics.py $< content
|
||||
|
||||
votes:
|
||||
env PYTHONPATH=../..:$(HOME)/lib/python ./mkvotes.py
|
||||
|
||||
media/favicon.ico: ../icon/favicon.ico
|
||||
cp $< $@
|
||||
|
||||
gen: media/favicon.ico
|
||||
# copy some static files
|
||||
cp ../dosage.1.html $(HOMEPAGE)
|
||||
env PYTHONPATH=$(HOME)/src:$(HOME)/lib/python $(WOK) -v
|
||||
|
||||
serve:
|
||||
xdg-open http://localhost:8080
|
||||
$(WOK) --server localhost:8080
|
||||
|
||||
upload:
|
||||
cd $(HOMEPAGE) && git add . && git commit -m "Updated" && git push
|
||||
|
||||
release: gen upload
|
||||
|
||||
.PHONY: all comics gen serve upload release votes
|
|
@ -1,4 +0,0 @@
|
|||
version: "2.15"
|
||||
name: "dosage"
|
||||
maintainer: "Bastian Kleineidam"
|
||||
author: "Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam, Tobias Gruetzmacher, Dirk Reiners"
|
|
@ -1,10 +0,0 @@
|
|||
title: comic list
|
||||
description: a list of comic strips supported by Dosage
|
||||
type: comic
|
||||
---
|
||||
Dosage comic list
|
||||
------------------
|
||||
|
||||
<div id="comics">
|
||||
Loading comic list...
|
||||
</div>
|
|
@ -1,49 +0,0 @@
|
|||
title: AGirlAndHerFed
|
||||
url: "/comics/AGirlAndHerFed.html"
|
||||
---
|
||||
Dosage comic AGirlAndHerFed
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>A Girl and Her Fed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.agirlandherfed.com/">http://www.agirlandherfed.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AGirlAndHerFed"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AGirlAndHerFed_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AGirlAndHerFed
|
||||
url: "/comics/AGirlAndHerFed_edit.html"
|
||||
---
|
||||
Edit info for comic AGirlAndHerFed
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">A Girl and Her Fed</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.agirlandherfed.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AGirlAndHerFed" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AGirlAndHerFed.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: ALessonIsLearned
|
||||
url: "/comics/ALessonIsLearned.html"
|
||||
---
|
||||
Dosage comic ALessonIsLearned
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>A Lesson Is Learned But The Damage Is Irreversible</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.alessonislearned.com/">http://www.alessonislearned.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="ALessonIsLearned"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](ALessonIsLearned_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit ALessonIsLearned
|
||||
url: "/comics/ALessonIsLearned_edit.html"
|
||||
---
|
||||
Edit info for comic ALessonIsLearned
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">A Lesson Is Learned But The Damage Is Irreversible</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.alessonislearned.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="ALessonIsLearned" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](ALessonIsLearned.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: ARedTailsDream
|
||||
url: "/comics/ARedTailsDream.html"
|
||||
---
|
||||
Dosage comic ARedTailsDream
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Finnish mythology meets teen boy and his dog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.minnasundberg.fi/comic/recent.php">http://www.minnasundberg.fi/comic/recent.php</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="ARedTailsDream"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](ARedTailsDream_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit ARedTailsDream
|
||||
url: "/comics/ARedTailsDream_edit.html"
|
||||
---
|
||||
Edit info for comic ARedTailsDream
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Finnish mythology meets teen boy and his dog</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.minnasundberg.fi/comic/recent.php" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="ARedTailsDream" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](ARedTailsDream.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: ASkeweredParadise
|
||||
url: "/comics/ASkeweredParadise.html"
|
||||
---
|
||||
Dosage comic ASkeweredParadise
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://aspcomics.net/">http://aspcomics.net/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="ASkeweredParadise"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](ASkeweredParadise_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit ASkeweredParadise
|
||||
url: "/comics/ASkeweredParadise_edit.html"
|
||||
---
|
||||
Edit info for comic ASkeweredParadise
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://aspcomics.net/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="ASkeweredParadise" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](ASkeweredParadise.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: ASofterWorld
|
||||
url: "/comics/ASofterWorld.html"
|
||||
---
|
||||
Dosage comic ASofterWorld
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.asofterworld.com/">http://www.asofterworld.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="ASofterWorld"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](ASofterWorld_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit ASofterWorld
|
||||
url: "/comics/ASofterWorld_edit.html"
|
||||
---
|
||||
Edit info for comic ASofterWorld
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.asofterworld.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="ASofterWorld" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](ASofterWorld.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AbleAndBaker
|
||||
url: "/comics/AbleAndBaker.html"
|
||||
---
|
||||
Dosage comic AbleAndBaker
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Able and Baker: Hatin' and Dictatin'</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.jimburgessdesign.com/comics/index.php">http://www.jimburgessdesign.com/comics/index.php</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>error on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AbleAndBaker"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AbleAndBaker_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AbleAndBaker
|
||||
url: "/comics/AbleAndBaker_edit.html"
|
||||
---
|
||||
Edit info for comic AbleAndBaker
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Able and Baker: Hatin' and Dictatin'</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.jimburgessdesign.com/comics/index.php" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AbleAndBaker" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AbleAndBaker.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AbstruseGoose
|
||||
url: "/comics/AbstruseGoose.html"
|
||||
---
|
||||
Dosage comic AbstruseGoose
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://abstrusegoose.com/">http://abstrusegoose.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>error on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AbstruseGoose"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AbstruseGoose_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AbstruseGoose
|
||||
url: "/comics/AbstruseGoose_edit.html"
|
||||
---
|
||||
Edit info for comic AbstruseGoose
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://abstrusegoose.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AbstruseGoose" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AbstruseGoose.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AbsurdNotions
|
||||
url: "/comics/AbsurdNotions.html"
|
||||
---
|
||||
Dosage comic AbsurdNotions
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.absurdnotions.org/page129.html">http://www.absurdnotions.org/page129.html</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AbsurdNotions"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AbsurdNotions_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AbsurdNotions
|
||||
url: "/comics/AbsurdNotions_edit.html"
|
||||
---
|
||||
Edit info for comic AbsurdNotions
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.absurdnotions.org/page129.html" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AbsurdNotions" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AbsurdNotions.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AcademyVale
|
||||
url: "/comics/AcademyVale.html"
|
||||
---
|
||||
Dosage comic AcademyVale
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Academy Vale</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.imagerie.com/vale/">http://www.imagerie.com/vale/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AcademyVale"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AcademyVale_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AcademyVale
|
||||
url: "/comics/AcademyVale_edit.html"
|
||||
---
|
||||
Edit info for comic AcademyVale
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Academy Vale</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.imagerie.com/vale/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AcademyVale" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AcademyVale.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Achewood
|
||||
url: "/comics/Achewood.html"
|
||||
---
|
||||
Dosage comic Achewood
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.achewood.com/">http://www.achewood.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Achewood"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Achewood_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Achewood
|
||||
url: "/comics/Achewood_edit.html"
|
||||
---
|
||||
Edit info for comic Achewood
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.achewood.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Achewood" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Achewood.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AfterStrife
|
||||
url: "/comics/AfterStrife.html"
|
||||
---
|
||||
Dosage comic AfterStrife
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://afterstrife.com/?p=262">http://afterstrife.com/?p=262</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AfterStrife"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AfterStrife_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AfterStrife
|
||||
url: "/comics/AfterStrife_edit.html"
|
||||
---
|
||||
Edit info for comic AfterStrife
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://afterstrife.com/?p=262" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AfterStrife" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AfterStrife.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AhoiPolloi
|
||||
url: "/comics/AhoiPolloi.html"
|
||||
---
|
||||
Dosage comic AhoiPolloi
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>ahoi polloi - ein füllhorn voller fühlhörner</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://ahoipolloi.blogger.de/">http://ahoipolloi.blogger.de/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>German</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AhoiPolloi"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AhoiPolloi_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AhoiPolloi
|
||||
url: "/comics/AhoiPolloi_edit.html"
|
||||
---
|
||||
Edit info for comic AhoiPolloi
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">ahoi polloi - ein füllhorn voller fühlhörner</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://ahoipolloi.blogger.de/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="German" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AhoiPolloi" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AhoiPolloi.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AirForceBlues
|
||||
url: "/comics/AirForceBlues.html"
|
||||
---
|
||||
Dosage comic AirForceBlues
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Air Force Blues | By A. May -</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.afblues.com/">http://www.afblues.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AirForceBlues"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AirForceBlues_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AirForceBlues
|
||||
url: "/comics/AirForceBlues_edit.html"
|
||||
---
|
||||
Edit info for comic AirForceBlues
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Air Force Blues | By A. May -</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.afblues.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AirForceBlues" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AirForceBlues.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Alice
|
||||
url: "/comics/Alice.html"
|
||||
---
|
||||
Dosage comic Alice
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>The little webcomic with the BIG imagination</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://alice.alicecomics.com/">http://alice.alicecomics.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Alice"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Alice_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Alice
|
||||
url: "/comics/Alice_edit.html"
|
||||
---
|
||||
Edit info for comic Alice
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">The little webcomic with the BIG imagination</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://alice.alicecomics.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Alice" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Alice.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AlienLovesPredator
|
||||
url: "/comics/AlienLovesPredator.html"
|
||||
---
|
||||
Dosage comic AlienLovesPredator
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Abe (the Alien) and Preston (the Predator) represent in NYC</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://alienlovespredator.com/">http://alienlovespredator.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AlienLovesPredator"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AlienLovesPredator_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AlienLovesPredator
|
||||
url: "/comics/AlienLovesPredator_edit.html"
|
||||
---
|
||||
Edit info for comic AlienLovesPredator
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Abe (the Alien) and Preston (the Predator) represent in NYC</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://alienlovespredator.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AlienLovesPredator" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AlienLovesPredator.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AlienShores
|
||||
url: "/comics/AlienShores.html"
|
||||
---
|
||||
Dosage comic AlienShores
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>A webcomic about four guys forming a band. They find that being a band is more than just playing the music.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://alienshores.com/alienshores_band/">http://alienshores.com/alienshores_band/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AlienShores"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AlienShores_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AlienShores
|
||||
url: "/comics/AlienShores_edit.html"
|
||||
---
|
||||
Edit info for comic AlienShores
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">A webcomic about four guys forming a band. They find that being a band is more than just playing the music.</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://alienshores.com/alienshores_band/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AlienShores" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AlienShores.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AllTheGrowingThings
|
||||
url: "/comics/AllTheGrowingThings.html"
|
||||
---
|
||||
Dosage comic AllTheGrowingThings
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>All The Growing Things - A Tale of Gardens, monsters, and old ladies</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://growingthings.typodmary.com/">http://growingthings.typodmary.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AllTheGrowingThings"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AllTheGrowingThings_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AllTheGrowingThings
|
||||
url: "/comics/AllTheGrowingThings_edit.html"
|
||||
---
|
||||
Edit info for comic AllTheGrowingThings
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">All The Growing Things - A Tale of Gardens, monsters, and old ladies</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://growingthings.typodmary.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AllTheGrowingThings" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AllTheGrowingThings.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AlphaLuna
|
||||
url: "/comics/AlphaLuna.html"
|
||||
---
|
||||
Dosage comic AlphaLuna
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Luna, a young girl discovers what lies in her soul: a werewolf beast and a destiny. An adventure manga story for werecreatures fans.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.alphaluna.net/">http://www.alphaluna.net/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AlphaLuna"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AlphaLuna_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AlphaLuna/Spanish
|
||||
url: "/comics/AlphaLunaSpanish.html"
|
||||
---
|
||||
Dosage comic AlphaLuna/Spanish
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Luna, a young girl discovers what lies in her soul: a werewolf beast and a destiny. An adventure manga story for werecreatures fans.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://alphaluna.net/spanish/">http://alphaluna.net/spanish/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>Spanish; Castilian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AlphaLunaSpanish"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AlphaLunaSpanish_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AlphaLuna/Spanish
|
||||
url: "/comics/AlphaLunaSpanish_edit.html"
|
||||
---
|
||||
Edit info for comic AlphaLuna/Spanish
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Luna, a young girl discovers what lies in her soul: a werewolf beast and a destiny. An adventure manga story for werecreatures fans.</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://alphaluna.net/spanish/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="Spanish; Castilian" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AlphaLunaSpanish" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AlphaLunaSpanish.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AlphaLuna
|
||||
url: "/comics/AlphaLuna_edit.html"
|
||||
---
|
||||
Edit info for comic AlphaLuna
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Luna, a young girl discovers what lies in her soul: a werewolf beast and a destiny. An adventure manga story for werecreatures fans.</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.alphaluna.net/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AlphaLuna" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AlphaLuna.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AlsoBagels
|
||||
url: "/comics/AlsoBagels.html"
|
||||
---
|
||||
Dosage comic AlsoBagels
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Also, Bagels - A Comic of Inept Redundancy</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://alsobagels.com/">http://alsobagels.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AlsoBagels"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AlsoBagels_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AlsoBagels
|
||||
url: "/comics/AlsoBagels_edit.html"
|
||||
---
|
||||
Edit info for comic AlsoBagels
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Also, Bagels - A Comic of Inept Redundancy</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://alsobagels.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AlsoBagels" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AlsoBagels.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Altermeta
|
||||
url: "/comics/Altermeta.html"
|
||||
---
|
||||
Dosage comic Altermeta
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://altermeta.net/">http://altermeta.net/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Altermeta"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Altermeta_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AltermetaOld
|
||||
url: "/comics/AltermetaOld.html"
|
||||
---
|
||||
Dosage comic AltermetaOld
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://altermeta.net/oldarchive/index.php">http://altermeta.net/oldarchive/index.php</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AltermetaOld"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AltermetaOld_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AltermetaOld
|
||||
url: "/comics/AltermetaOld_edit.html"
|
||||
---
|
||||
Edit info for comic AltermetaOld
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://altermeta.net/oldarchive/index.php" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AltermetaOld" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AltermetaOld.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Altermeta
|
||||
url: "/comics/Altermeta_edit.html"
|
||||
---
|
||||
Edit info for comic Altermeta
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://altermeta.net/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Altermeta" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Altermeta.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AmazingSuperPowers
|
||||
url: "/comics/AmazingSuperPowers.html"
|
||||
---
|
||||
Dosage comic AmazingSuperPowers
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.amazingsuperpowers.com/">http://www.amazingsuperpowers.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AmazingSuperPowers"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AmazingSuperPowers_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AmazingSuperPowers
|
||||
url: "/comics/AmazingSuperPowers_edit.html"
|
||||
---
|
||||
Edit info for comic AmazingSuperPowers
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.amazingsuperpowers.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AmazingSuperPowers" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AmazingSuperPowers.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Amya
|
||||
url: "/comics/Amya.html"
|
||||
---
|
||||
Dosage comic Amya
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>A Graphic Novel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.amyachronicles.com/">http://www.amyachronicles.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Amya"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Amya_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Amya
|
||||
url: "/comics/Amya_edit.html"
|
||||
---
|
||||
Edit info for comic Amya
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">A Graphic Novel</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.amyachronicles.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Amya" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Amya.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Angband
|
||||
url: "/comics/Angband.html"
|
||||
---
|
||||
Dosage comic Angband
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Angband - Tales From The Pit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://angband.calamarain.net/">http://angband.calamarain.net/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Angband"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Angband_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Angband
|
||||
url: "/comics/Angband_edit.html"
|
||||
---
|
||||
Edit info for comic Angband
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Angband - Tales From The Pit</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://angband.calamarain.net/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Angband" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Angband.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Angels2200
|
||||
url: "/comics/Angels2200.html"
|
||||
---
|
||||
Dosage comic Angels2200
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>Angels 2200</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.janahoffmann.com/angels/">http://www.janahoffmann.com/angels/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Angels2200"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Angels2200_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Angels2200
|
||||
url: "/comics/Angels2200_edit.html"
|
||||
---
|
||||
Edit info for comic Angels2200
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">Angels 2200</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.janahoffmann.com/angels/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Angels2200" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Angels2200.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Annyseed
|
||||
url: "/comics/Annyseed.html"
|
||||
---
|
||||
Dosage comic Annyseed
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.colourofivy.com/annyseed_webcomic_latest.htm">http://www.colourofivy.com/annyseed_webcomic_latest.htm</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Annyseed"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Annyseed_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Annyseed
|
||||
url: "/comics/Annyseed_edit.html"
|
||||
---
|
||||
Edit info for comic Annyseed
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.colourofivy.com/annyseed_webcomic_latest.htm" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Annyseed" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Annyseed.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Antics
|
||||
url: "/comics/Antics.html"
|
||||
---
|
||||
Dosage comic Antics
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.anticscomic.com/">http://www.anticscomic.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Antics"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Antics_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Antics
|
||||
url: "/comics/Antics_edit.html"
|
||||
---
|
||||
Edit info for comic Antics
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.anticscomic.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Antics" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Antics.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: AppleGeeks
|
||||
url: "/comics/AppleGeeks.html"
|
||||
---
|
||||
Dosage comic AppleGeeks
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>AppleGeeks 3.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.applegeeks.com/">http://www.applegeeks.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="AppleGeeks"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](AppleGeeks_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit AppleGeeks
|
||||
url: "/comics/AppleGeeks_edit.html"
|
||||
---
|
||||
Edit info for comic AppleGeeks
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">AppleGeeks 3.0</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.applegeeks.com/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="AppleGeeks" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](AppleGeeks.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/ArcticCircle
|
||||
url: "/comics/Arcamax_ArcticCircle.html"
|
||||
---
|
||||
Dosage comic Arcamax/ArcticCircle
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/arcticcircle/">http://www.arcamax.com/thefunnies/arcticcircle/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_ArcticCircle"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_ArcticCircle_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/ArcticCircle
|
||||
url: "/comics/Arcamax_ArcticCircle_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/ArcticCircle
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/arcticcircle/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_ArcticCircle" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_ArcticCircle.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/BabyBlues
|
||||
url: "/comics/Arcamax_BabyBlues.html"
|
||||
---
|
||||
Dosage comic Arcamax/BabyBlues
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/babyblues/">http://www.arcamax.com/thefunnies/babyblues/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>2
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_BabyBlues"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_BabyBlues_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/BabyBlues
|
||||
url: "/comics/Arcamax_BabyBlues_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/BabyBlues
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/babyblues/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_BabyBlues" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_BabyBlues.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/BarneyGoogleAndSnuffySmith
|
||||
url: "/comics/Arcamax_BarneyGoogleAndSnuffySmith.html"
|
||||
---
|
||||
Dosage comic Arcamax/BarneyGoogleAndSnuffySmith
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/barneygoogle/">http://www.arcamax.com/thefunnies/barneygoogle/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_BarneyGoogleAndSnuffySmith"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_BarneyGoogleAndSnuffySmith_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/BarneyGoogleAndSnuffySmith
|
||||
url: "/comics/Arcamax_BarneyGoogleAndSnuffySmith_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/BarneyGoogleAndSnuffySmith
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/barneygoogle/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_BarneyGoogleAndSnuffySmith" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_BarneyGoogleAndSnuffySmith.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/BeetleBailey
|
||||
url: "/comics/Arcamax_BeetleBailey.html"
|
||||
---
|
||||
Dosage comic Arcamax/BeetleBailey
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/beetlebailey/">http://www.arcamax.com/thefunnies/beetlebailey/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_BeetleBailey"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_BeetleBailey_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/BeetleBailey
|
||||
url: "/comics/Arcamax_BeetleBailey_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/BeetleBailey
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/beetlebailey/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_BeetleBailey" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_BeetleBailey.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/Bizarro
|
||||
url: "/comics/Arcamax_Bizarro.html"
|
||||
---
|
||||
Dosage comic Arcamax/Bizarro
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/bizarro/">http://www.arcamax.com/thefunnies/bizarro/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>3
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_Bizarro"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_Bizarro_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/Bizarro
|
||||
url: "/comics/Arcamax_Bizarro_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/Bizarro
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/bizarro/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_Bizarro" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_Bizarro.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/BleekerTheRechargeableDog
|
||||
url: "/comics/Arcamax_BleekerTheRechargeableDog.html"
|
||||
---
|
||||
Dosage comic Arcamax/BleekerTheRechargeableDog
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/bleekertherechargeabledog/">http://www.arcamax.com/thefunnies/bleekertherechargeabledog/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_BleekerTheRechargeableDog"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_BleekerTheRechargeableDog_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/BleekerTheRechargeableDog
|
||||
url: "/comics/Arcamax_BleekerTheRechargeableDog_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/BleekerTheRechargeableDog
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/bleekertherechargeabledog/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_BleekerTheRechargeableDog" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_BleekerTheRechargeableDog.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/Blondie
|
||||
url: "/comics/Arcamax_Blondie.html"
|
||||
---
|
||||
Dosage comic Arcamax/Blondie
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/blondie/">http://www.arcamax.com/thefunnies/blondie/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_Blondie"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_Blondie_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/Blondie
|
||||
url: "/comics/Arcamax_Blondie_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/Blondie
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/blondie/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_Blondie" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_Blondie.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/Boondocks
|
||||
url: "/comics/Arcamax_Boondocks.html"
|
||||
---
|
||||
Dosage comic Arcamax/Boondocks
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/boondocks/">http://www.arcamax.com/thefunnies/boondocks/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_Boondocks"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_Boondocks_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/Boondocks
|
||||
url: "/comics/Arcamax_Boondocks_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/Boondocks
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/boondocks/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_Boondocks" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_Boondocks.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/BrilliantMindofEdisonLee
|
||||
url: "/comics/Arcamax_BrilliantMindofEdisonLee.html"
|
||||
---
|
||||
Dosage comic Arcamax/BrilliantMindofEdisonLee
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/brilliantmindofedisonlee/">http://www.arcamax.com/thefunnies/brilliantmindofedisonlee/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_BrilliantMindofEdisonLee"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_BrilliantMindofEdisonLee_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/BrilliantMindofEdisonLee
|
||||
url: "/comics/Arcamax_BrilliantMindofEdisonLee_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/BrilliantMindofEdisonLee
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/brilliantmindofedisonlee/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_BrilliantMindofEdisonLee" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_BrilliantMindofEdisonLee.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/Crankshaft
|
||||
url: "/comics/Arcamax_Crankshaft.html"
|
||||
---
|
||||
Dosage comic Arcamax/Crankshaft
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/crankshaft/">http://www.arcamax.com/thefunnies/crankshaft/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>2
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_Crankshaft"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_Crankshaft_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/Crankshaft
|
||||
url: "/comics/Arcamax_Crankshaft_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/Crankshaft
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/crankshaft/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_Crankshaft" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_Crankshaft.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/Curtis
|
||||
url: "/comics/Arcamax_Curtis.html"
|
||||
---
|
||||
Dosage comic Arcamax/Curtis
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/curtis/">http://www.arcamax.com/thefunnies/curtis/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_Curtis"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_Curtis_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/Curtis
|
||||
url: "/comics/Arcamax_Curtis_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/Curtis
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/curtis/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_Curtis" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_Curtis.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/DeFlocked
|
||||
url: "/comics/Arcamax_DeFlocked.html"
|
||||
---
|
||||
Dosage comic Arcamax/DeFlocked
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/deflocked/">http://www.arcamax.com/thefunnies/deflocked/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_DeFlocked"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_DeFlocked_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/DeFlocked
|
||||
url: "/comics/Arcamax_DeFlocked_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/DeFlocked
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/deflocked/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_DeFlocked" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_DeFlocked.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/DennistheMenace
|
||||
url: "/comics/Arcamax_DennistheMenace.html"
|
||||
---
|
||||
Dosage comic Arcamax/DennistheMenace
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/dennisthemenace/">http://www.arcamax.com/thefunnies/dennisthemenace/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_DennistheMenace"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_DennistheMenace_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/DennistheMenace
|
||||
url: "/comics/Arcamax_DennistheMenace_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/DennistheMenace
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/dennisthemenace/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_DennistheMenace" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_DennistheMenace.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/DinetteSet
|
||||
url: "/comics/Arcamax_DinetteSet.html"
|
||||
---
|
||||
Dosage comic Arcamax/DinetteSet
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/thedinetteset/">http://www.arcamax.com/thefunnies/thedinetteset/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_DinetteSet"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_DinetteSet_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/DinetteSet
|
||||
url: "/comics/Arcamax_DinetteSet_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/DinetteSet
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/thedinetteset/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_DinetteSet" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_DinetteSet.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/Dustin
|
||||
url: "/comics/Arcamax_Dustin.html"
|
||||
---
|
||||
Dosage comic Arcamax/Dustin
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/dustin/">http://www.arcamax.com/thefunnies/dustin/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_Dustin"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_Dustin_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/Dustin
|
||||
url: "/comics/Arcamax_Dustin_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/Dustin
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/dustin/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_Dustin" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_Dustin.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/FamilyCircus
|
||||
url: "/comics/Arcamax_FamilyCircus.html"
|
||||
---
|
||||
Dosage comic Arcamax/FamilyCircus
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/familycircus/">http://www.arcamax.com/thefunnies/familycircus/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_FamilyCircus"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_FamilyCircus_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/FamilyCircus
|
||||
url: "/comics/Arcamax_FamilyCircus_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/FamilyCircus
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/familycircus/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_FamilyCircus" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_FamilyCircus.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/HiandLois
|
||||
url: "/comics/Arcamax_HiandLois.html"
|
||||
---
|
||||
Dosage comic Arcamax/HiandLois
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/hiandlois/">http://www.arcamax.com/thefunnies/hiandlois/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>1
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_HiandLois"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_HiandLois_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/HiandLois
|
||||
url: "/comics/Arcamax_HiandLois_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/HiandLois
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/hiandlois/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_HiandLois" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_HiandLois.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/JerryKingCartoons
|
||||
url: "/comics/Arcamax_JerryKingCartoons.html"
|
||||
---
|
||||
Dosage comic Arcamax/JerryKingCartoons
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/humorcartoon/">http://www.arcamax.com/thefunnies/humorcartoon/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_JerryKingCartoons"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_JerryKingCartoons_edit.html) or go back to the [comic list](../comic-index.html).
|
|
@ -1,32 +0,0 @@
|
|||
title: Edit Arcamax/JerryKingCartoons
|
||||
url: "/comics/Arcamax_JerryKingCartoons_edit.html"
|
||||
---
|
||||
Edit info for comic Arcamax/JerryKingCartoons
|
||||
|
||||
<form name="comic" action="http://gaepostmail.appspot.com/comic/" method="post">
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td><textarea name="description" cols="40" rows="3">-</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><input type="text" name="url" value="http://www.arcamax.com/thefunnies/humorcartoon/" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td><input type="text" name="genre" value="Other" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td><input type="text" name="language" value="English" size="40"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td><input type="checkbox" name="adult" value="adult" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th><td>
|
||||
<input type="hidden" name="comic" value="Arcamax_JerryKingCartoons" />
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
Back to the [comic](Arcamax_JerryKingCartoons.html).
|
|
@ -1,49 +0,0 @@
|
|||
title: Arcamax/MallardFillmore
|
||||
url: "/comics/Arcamax_MallardFillmore.html"
|
||||
---
|
||||
Dosage comic Arcamax/MallardFillmore
|
||||
-----------------------------------------
|
||||
|
||||
<p id="msg"></p>
|
||||
<script type="text/javascript">
|
||||
if (window.location.search === '?edit_info_mail=sent_ok') {
|
||||
var elem = document.getElementById("msg");
|
||||
elem.innerHTML = 'Edited information sucessfully sent for review, which is usually done daily. Thanks!';
|
||||
elem.className = 'ok';
|
||||
}
|
||||
</script>
|
||||
<table class="comicinfo">
|
||||
<tr>
|
||||
<th>Description</th><td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/mallardfillmore/">http://www.arcamax.com/thefunnies/mallardfillmore/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Genre</th><td>Other</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Language</th><td>English</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Adult content</th><td>no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th><td>ok on 22.01.2014</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Votes</th><td>0
|
||||
<form action="http://gaecounter.appspot.com/count/" method="POST">
|
||||
<input name="name" type="hidden" value="Arcamax_MallardFillmore"/>
|
||||
<input name="uid" type="hidden" id="voteuid" value=""/>
|
||||
<input type="submit" value="Vote"/>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script type="text/javascript">
|
||||
var ua = navigator.userAgent;
|
||||
document.getElementById("voteuid").value = ua.replace(/[^a-zA-Z0-9\._:]/g , "_");;
|
||||
</script>
|
||||
|
||||
[Edit this info](Arcamax_MallardFillmore_edit.html) or go back to the [comic list](../comic-index.html).
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue