add contents
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/7z.png
Normal file
After Width: | Height: | Size: 415 B |
2
lib/plugins/ckgedit/ckeditor/images/fileicons/README
Normal file
@@ -0,0 +1,2 @@
|
||||
For the generator of these files see
|
||||
https://github.com/splitbrain/file-icon-generator/blob/master/example-dokuwiki.php
|
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/asm.png
Normal file
After Width: | Height: | Size: 427 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/audio.png
Normal file
After Width: | Height: | Size: 727 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/bash.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/bz2.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/c.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/cc.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/conf.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/cpp.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/cs.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/csh.png
Normal file
After Width: | Height: | Size: 427 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/css.png
Normal file
After Width: | Height: | Size: 427 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/csv.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/deb.png
Normal file
After Width: | Height: | Size: 421 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/diff.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/doc.png
Normal file
After Width: | Height: | Size: 410 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/docx.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/file.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/gif.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/gz.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/h.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/hpp.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/htm.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/html.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/ico.png
Normal file
After Width: | Height: | Size: 405 B |
67
lib/plugins/ckgedit/ckeditor/images/fileicons/index.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<title>filetype icons</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #ccc;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.box {
|
||||
width: 200px;
|
||||
float:left;
|
||||
padding: 0.5em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.white {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.black {
|
||||
background-color: #000;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="white box">
|
||||
<?php
|
||||
foreach (glob('*.png') as $img) {
|
||||
echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="black box">
|
||||
<?php
|
||||
foreach (glob('*.png') as $img) {
|
||||
echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
<br style="clear: left" />
|
||||
|
||||
<div class="white box">
|
||||
<?php
|
||||
foreach (glob('32x32/*.png') as $img) {
|
||||
echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="black box">
|
||||
<?php
|
||||
foreach (glob('32x32/*.png') as $img) {
|
||||
echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/java.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/jpeg.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/jpg.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/js.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/json.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/lua.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/mp3.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/mp4.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/odc.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/odf.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/odg.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/odi.png
Normal file
After Width: | Height: | Size: 398 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/odp.png
Normal file
After Width: | Height: | Size: 404 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/ods.png
Normal file
After Width: | Height: | Size: 416 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/odt.png
Normal file
After Width: | Height: | Size: 403 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/ogg.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/ogv.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/pas.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/pdf.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/php.png
Normal file
After Width: | Height: | Size: 424 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/pl.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/png.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/ppt.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/pptx.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/ps.png
Normal file
After Width: | Height: | Size: 424 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/py.png
Normal file
After Width: | Height: | Size: 426 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/rar.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/rb.png
Normal file
After Width: | Height: | Size: 421 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/rpm.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/rtf.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/sh.png
Normal file
After Width: | Height: | Size: 422 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/sql.png
Normal file
After Width: | Height: | Size: 410 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/swf.png
Normal file
After Width: | Height: | Size: 416 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/sxc.png
Normal file
After Width: | Height: | Size: 420 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/sxd.png
Normal file
After Width: | Height: | Size: 424 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/sxi.png
Normal file
After Width: | Height: | Size: 414 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/sxw.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/tar.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/tgz.png
Normal file
After Width: | Height: | Size: 417 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/txt.png
Normal file
After Width: | Height: | Size: 407 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/wav.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/webm.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/wp.gif
Normal file
After Width: | Height: | Size: 171 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/xls.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/xlsx.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/xml.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
lib/plugins/ckgedit/ckeditor/images/fileicons/zip.png
Normal file
After Width: | Height: | Size: 418 B |