Пример #1
0
	<br/>
	<br/>
	You can use the <a href="http://commons.wikimedia.org/wiki/Special:Upload">standard upload
		form</a>, don't forgot to add a notice about the authors of the original files and respect
	their licenses.
	<br/>
</div>
<script type="text/javascript">
	$( 'JavascriptWarn' ).hide();
</script>
<div id="firstform" style="display:none">
	<br/> <?php 
echo $lng['x']['welc'];
?>
	<br/> <?php 
echo helpcontent('whatisthat', $lng['x']['what']);
?>
<br/>

	<br/> <?php 
echo $lng['x']['conf'];
?>
	<br/>
	<iframe src="//commons.wikimedia.org/wiki/Special:Mypage"
			OnLoad="$('onlyfornext').enable('loggedinnext')" name="checkuser" width="700"
			height="200" align="left"
			scrolling="no" marginheight="0" marginwidth="0" frameborder="1">
	</iframe>
	<img src="transparent.gif" style="position:absolute;left:9px;"/>
	<br style="clear:both"><?php 
echo $lng['x']['look'];
Пример #2
0
            echo "<small><small><a href='/~daniel/WikiSense/CommonSense.php' target='_blank'>CommonSense</a> not available (technical problem).</small></small><br />";
        }
    }
    echo "<ul>";
    $n = 1;
    $donecats = array();
    foreach ($categorys as $cat) {
        if (trim($cat) != "" and !in_array($cat, $donecats)) {
            $ckd = "";
            if ($checkitit[$cat] == true) {
                $ckd = "checked='checked'";
            }
            echo "<li><input type='checkbox' {$ckd} name='Category{$n}' value=\"" . htmlspecialchars($cat) . "\" /> " . $cat . "</li>\n";
            $n = $n + 1;
            $donecats[] = $cat;
        }
    }
    if ($n == 1) {
        echo "<li><i>" . $lng['x']['nocats'] . "...</i></li>\n";
    }
    echo "</ul>\n<hr\n style=\"height: 1px; width: 50%; margin-left: 0px; margin-right: auto;\">\n" . $lng['x']['licens'] . ":" . helpcontent("license") . "<br />\n\n  <select name='license'>\n  {$licenseausw}\n  </select>\n\n  <br />\n  <br />\n  <hr\n style=\"height: 1px; width: 50%; margin-left: 0px; margin-right: auto;\">\n" . $lng['x']['hincan'] . ".<br />\n  <br />\n  <input value='" . $lng['x']['next'] . "' type='submit'><br />\n  <br />\n\n  <br />\n\n</form>";
}
?>
	<hr style="height: 2px; width: 60%;">
<div style="text-align: center;">The tool was originally written by <a href="//commons.wikimedia.org/wiki/User:Luxo">Luxo</a>
	| <a href="">about</a>
	| <a href="//github.com/derivativefx/derivativefx">source & license</a><br/>
</span>
</body>
</html>