further development
This commit is contained in:
parent
0b8449c48d
commit
a6c10f516b
316 changed files with 18735 additions and 0 deletions
17
new/validation/templates/README
Normal file
17
new/validation/templates/README
Normal file
|
@ -0,0 +1,17 @@
|
|||
every report summary will be constructed this way:
|
||||
|
||||
- header
|
||||
|
||||
- single_header
|
||||
- result-ok | result-error
|
||||
<the diff>
|
||||
- single_footer
|
||||
|
||||
- single_header
|
||||
- result-ok | result-error
|
||||
<the diff>
|
||||
- single_footer
|
||||
|
||||
...
|
||||
|
||||
- footer
|
12
new/validation/templates/footer
Normal file
12
new/validation/templates/footer
Normal file
|
@ -0,0 +1,12 @@
|
|||
</div><!-- end of 'validation' -->
|
||||
|
||||
</div><!-- end of 'words' -->
|
||||
|
||||
<div id="footer">
|
||||
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a> Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
25
new/validation/templates/header
Normal file
25
new/validation/templates/header
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CryptoBox</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<link rel="stylesheet" media="screen" href="cryptobox.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="main">
|
||||
<div id="head">
|
||||
<h1>Die CryptoBox</h1>
|
||||
<h2>und zwar richtig!</h2>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div id="words">
|
||||
|
||||
<div id="validation">
|
||||
|
1
new/validation/templates/result-error
Normal file
1
new/validation/templates/result-error
Normal file
|
@ -0,0 +1 @@
|
|||
<p class="error">
|
1
new/validation/templates/result-ok
Normal file
1
new/validation/templates/result-ok
Normal file
|
@ -0,0 +1 @@
|
|||
<p class="valid">
|
2
new/validation/templates/single_footer
Normal file
2
new/validation/templates/single_footer
Normal file
|
@ -0,0 +1,2 @@
|
|||
</p>
|
||||
</div>
|
5
new/validation/templates/single_header
Normal file
5
new/validation/templates/single_header
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="single_case">
|
||||
|
||||
<h1><a href="_TESTSERIES_/_TESTNAME_.html" title="retrieved page">/_TESTNAME_</a></h1>
|
||||
<h2>_TESTDESCRIPTION_</h2>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue