copy current state of medienstaatsvertrag.org, to be verified

This commit is contained in:
Milan
2017-12-18 10:58:50 +01:00
parent 8b35e7c5c2
commit 69e5d0e4c6
401 changed files with 74197 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<TMPL_IF errors>
<div style="position:relative;top:-3em">
<TMPL_LOOP errors>
<div class="error head"><TMPL_VAR error></div>
</TMPL_LOOP>
</div>
<TMPL_ELSE>
<div style="position:relative;">
<div class="ok head">password successfully changed</div>
</div>
<script>
$(document).ready(
function(){
getBack();
}
);
</script>
</TMPL_IF>