merged
0
itf/emailer/__init__.py
Normal file → Executable file
0
itf/emailer/admin.py
Normal file → Executable file
0
itf/emailer/models.py
Normal file → Executable file
0
itf/emailer/tests.py
Normal file → Executable file
0
itf/emailer/views.py
Normal file → Executable file
0
itf/scriptbank/forms.py
Normal file → Executable file
0
itf/sqldiff011111.sql
Normal file → Executable file
129
itf/static/css/modules/emailer.css
Normal file → Executable file
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
#wrapperEmailer {
|
#wrapperEmailer {
|
||||||
width:570px;
|
width:570px;
|
||||||
padding:20px;
|
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
color:#888;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,22 +14,16 @@
|
||||||
|
|
||||||
#headerEmailer {
|
#headerEmailer {
|
||||||
position:relative;
|
position:relative;
|
||||||
width:570px;
|
width:550px;
|
||||||
|
margin:0 auto;
|
||||||
|
border-bottom:2px solid #f8c92d;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logoItfSmall {
|
#logoItfSmall {
|
||||||
margin-left:10px;
|
|
||||||
margin-top:16px;
|
margin-top:16px;
|
||||||
}
|
float:right;}
|
||||||
|
|
||||||
#issueNo, #issueDate {
|
/*#emailerDescription {
|
||||||
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
|
||||||
font-weight:bold;
|
|
||||||
line-height:14px;
|
|
||||||
margin-left:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#emailerDescription {
|
|
||||||
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
line-height:14px;
|
line-height:14px;
|
||||||
|
@ -38,22 +32,32 @@
|
||||||
background-color:#f7bd00;
|
background-color:#f7bd00;
|
||||||
padding:8px;
|
padding:8px;
|
||||||
margin-top:6px;
|
margin-top:6px;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
#logoImg {
|
#logoImg {
|
||||||
position:absolute;
|
/* position:absolute;
|
||||||
top:10px;
|
top:10px;
|
||||||
right:0px;
|
left:0px;*/
|
||||||
|
margin-bottom:10px;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#issueNo, #issueDate {
|
||||||
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
||||||
|
line-height:14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#issueDate {
|
||||||
|
margin-left:12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#issueNo {
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navEmailer {
|
#navEmailer {
|
||||||
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
||||||
font-weight:bold;
|
float:right;
|
||||||
margin-left:20px;
|
|
||||||
margin-right:20px;
|
|
||||||
margin-top:20px;
|
|
||||||
border-bottom:2px solid #f7bd00;
|
|
||||||
padding-bottom:10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#navEmailer li {
|
#navEmailer li {
|
||||||
|
@ -63,8 +67,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#navEmailer li a {
|
#navEmailer li a {
|
||||||
color:#f7bd00;
|
color:#ffcc00 !important;
|
||||||
text-decoration:none;
|
}
|
||||||
|
|
||||||
|
#navEmailer li:hover a {
|
||||||
|
text-decoration:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HEADER EMAILER CLOSING */
|
/* HEADER EMAILER CLOSING */
|
||||||
|
@ -77,20 +84,19 @@
|
||||||
#contentEmailer {
|
#contentEmailer {
|
||||||
width:570px;
|
width:570px;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBoxes {
|
.contentBoxes {
|
||||||
background-color:#f7bd00;
|
background-color:#f7bd00;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
width:164px; /* fixed, can be changed*/
|
width:245px; /* fixed, can be changed*/
|
||||||
height:130px; /* fixed, can be changed, character limit accordingly*/
|
height:170px; /* fixed, can be changed, character limit accordingly*/
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
margin-left:5px;
|
margin-left:10px;
|
||||||
margin-right:5px;
|
margin-right:10px;
|
||||||
margin-bottom:20px;
|
margin-bottom:10px;
|
||||||
padding:8px;
|
padding:10px;
|
||||||
float:left;
|
float:left;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
||||||
|
@ -105,12 +111,12 @@
|
||||||
|
|
||||||
.contentBoxes p {
|
.contentBoxes p {
|
||||||
text-align:justify;
|
text-align:justify;
|
||||||
padding:4px;
|
padding:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBoxes a {
|
.contentBoxes a {
|
||||||
color:#fff;
|
color:#fff !important;
|
||||||
text-decoration:none;
|
text-decoration:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBoxesMore {
|
.contentBoxesMore {
|
||||||
|
@ -119,11 +125,25 @@
|
||||||
bottom:8px;
|
bottom:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.articleEmailer a {
|
||||||
|
color:#0066ff !important;
|
||||||
|
text-decoration:none!important;
|
||||||
|
}
|
||||||
|
|
||||||
.articleTitle {
|
.articleTitle {
|
||||||
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
color:#f7bd00;
|
color:#ffcc00;
|
||||||
|
padding-left:12px;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.articleAuthor {
|
||||||
|
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
|
||||||
|
font-size:12px;
|
||||||
|
padding-right:12px;
|
||||||
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articleImg {
|
.articleImg {
|
||||||
|
@ -132,8 +152,8 @@
|
||||||
|
|
||||||
.articleImg img {
|
.articleImg img {
|
||||||
display:block;
|
display:block;
|
||||||
border:1px solid #f7bd00;
|
border:1px solid #f7c00c;
|
||||||
max-width:550px; /* SUBJECT TO CHANGE*/
|
max-width:560px; /* SUBJECT TO CHANGE*/
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -145,8 +165,35 @@
|
||||||
|
|
||||||
.articleText p {
|
.articleText p {
|
||||||
margin-bottom:8px;
|
margin-bottom:8px;
|
||||||
|
padding:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contentLinks {
|
||||||
|
margin:14px 0 14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contentLinks h1 {
|
||||||
|
background-color:#f7bd00;
|
||||||
|
font-family:'Century Gothic', Arial, Helvetica, sans-serif;
|
||||||
|
font-size:24px;
|
||||||
|
color:#fff;
|
||||||
|
padding:14px 14px 18px 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contentLinks a {
|
||||||
|
color:#0066ff !important;
|
||||||
|
text-decoration:none!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contentLinks p {
|
||||||
|
padding:8px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contentLinks h2 {
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
padding:8px 12px;
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
|
||||||
/* CONTENT EMAILER CLOSING */
|
/* CONTENT EMAILER CLOSING */
|
||||||
|
|
||||||
|
@ -160,11 +207,12 @@
|
||||||
margin-left:20px;
|
margin-left:20px;
|
||||||
margin-right:20px;
|
margin-right:20px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
color:#999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerEmailer a {
|
#footerEmailer a {
|
||||||
color:#0066ff;
|
color:#0066ff !important;
|
||||||
text-decoration:none;
|
text-decoration:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerEmailer p {
|
#footerEmailer p {
|
||||||
|
@ -172,11 +220,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerEmailer p:first-child {
|
#footerEmailer p:first-child {
|
||||||
border-bottom:2px solid #f7bd00;
|
border-top:2px solid #f8c92d;
|
||||||
|
border-bottom:2px solid #f8c92d;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerEmailer p:last-child {
|
#footerEmailer p:last-child {
|
||||||
border-top:2px solid #f7bd00;
|
border-top:2px solid #f8c92d;
|
||||||
padding-bottom:30px;
|
padding-bottom:30px;
|
||||||
} /* last child don't work with IE8 also, have added JS libraries; will test when site goes live */
|
} /* last child don't work with IE8 also, have added JS libraries; will test when site goes live */
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,9 @@ width: 100%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab_container p {
|
||||||
|
margin-bottom:8px;}
|
||||||
|
|
||||||
.tab_content {
|
.tab_content {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
font-family: 'Arial Regular', Arial, Helvetica, sans-serif;
|
font-family: 'Arial Regular', Arial, Helvetica, sans-serif;
|
||||||
|
|
|
@ -37,7 +37,7 @@ height:114px;
|
||||||
-moz-box-shadow:1px 1px 3px 3px #aaa;
|
-moz-box-shadow:1px 1px 3px 3px #aaa;
|
||||||
-webkit-box-shadow:1px 1px 3px 3px #aaa;
|
-webkit-box-shadow:1px 1px 3px 3px #aaa;
|
||||||
box-shadow:1px 1px 3px 3px #aaa;
|
box-shadow:1px 1px 3px 3px #aaa;
|
||||||
margin:10px;
|
margin:5px;
|
||||||
cursor:pointer;}
|
cursor:pointer;}
|
||||||
|
|
||||||
.searchHighlight
|
.searchHighlight
|
||||||
|
|
|
@ -38,6 +38,11 @@ font-weight:bold;
|
||||||
margin-bottom:8px;
|
margin-bottom:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.orangeInnerRight
|
||||||
|
{color:#f7bd00;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
.tabHeader
|
.tabHeader
|
||||||
{font-size:24px;
|
{font-size:24px;
|
||||||
color:#ffb400;
|
color:#ffb400;
|
||||||
|
|
BIN
itf/static/images/emailer/logo-erang.jpg
Executable file
After Width: | Height: | Size: 6.5 KiB |
BIN
itf/static/images/emailer/logoItfSmall.jpg
Executable file
After Width: | Height: | Size: 1.9 KiB |
0
itf/static/images/noel/Download-Icon.gif
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
itf/static/images/noel/about.png
Normal file → Executable file
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 597 B |
0
itf/static/images/noel/aboutus.gif
Normal file → Executable file
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 484 B |
0
itf/static/images/noel/add.png
Normal file → Executable file
Before Width: | Height: | Size: 722 B After Width: | Height: | Size: 722 B |
0
itf/static/images/noel/banner2.jpg
Normal file → Executable file
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
0
itf/static/images/noel/bessms_header07d1.png
Normal file → Executable file
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
0
itf/static/images/noel/close.jpg
Normal file → Executable file
Before Width: | Height: | Size: 531 B After Width: | Height: | Size: 531 B |
0
itf/static/images/noel/close.png
Normal file → Executable file
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 705 B |
0
itf/static/images/noel/close.png.moved
Normal file → Executable file
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 705 B |
0
itf/static/images/noel/events-tab.jpg
Normal file → Executable file
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
0
itf/static/images/noel/logo-itf.png
Normal file → Executable file
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
0
itf/static/images/noel/more-next.jpg
Normal file → Executable file
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
0
itf/static/images/noel/morenext.jpg
Normal file → Executable file
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
0
itf/static/images/noel/next.jpg
Normal file → Executable file
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 425 B |
0
itf/static/images/noel/previous.jpg
Normal file → Executable file
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
0
itf/static/images/noel/previousnext.psd
Normal file → Executable file
0
itf/static/js/register.js
Normal file → Executable file
0
itf/static/js/search.js
Normal file → Executable file
0
itf/static/markitup/jquery.markitup.js
Normal file → Executable file
0
itf/static/markitup/preview.css
Normal file → Executable file
0
itf/static/markitup/sets/default/images/bold.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/default/images/clean.png
Normal file → Executable file
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 667 B |
0
itf/static/markitup/sets/default/images/image.png
Normal file → Executable file
Before Width: | Height: | Size: 516 B After Width: | Height: | Size: 516 B |
0
itf/static/markitup/sets/default/images/italic.png
Normal file → Executable file
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
0
itf/static/markitup/sets/default/images/link.png
Normal file → Executable file
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
0
itf/static/markitup/sets/default/images/picture.png
Normal file → Executable file
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
0
itf/static/markitup/sets/default/images/preview.png
Normal file → Executable file
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
0
itf/static/markitup/sets/default/images/stroke.png
Normal file → Executable file
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 269 B |
0
itf/static/markitup/sets/default/set.js
Normal file → Executable file
0
itf/static/markitup/sets/default/style.css
Normal file → Executable file
0
itf/static/markitup/sets/markdown/images/bold.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/markdown/images/code.png
Normal file → Executable file
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 859 B |
0
itf/static/markitup/sets/markdown/images/h1.png
Normal file → Executable file
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
0
itf/static/markitup/sets/markdown/images/h2.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/markdown/images/h3.png
Normal file → Executable file
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 306 B |
0
itf/static/markitup/sets/markdown/images/h4.png
Normal file → Executable file
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
0
itf/static/markitup/sets/markdown/images/h5.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/markdown/images/h6.png
Normal file → Executable file
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
0
itf/static/markitup/sets/markdown/images/italic.png
Normal file → Executable file
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
0
itf/static/markitup/sets/markdown/images/link.png
Normal file → Executable file
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
0
itf/static/markitup/sets/markdown/images/list-bullet.png
Normal file → Executable file
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
0
itf/static/markitup/sets/markdown/images/list-numeric.png
Normal file → Executable file
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
0
itf/static/markitup/sets/markdown/images/picture.png
Normal file → Executable file
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
0
itf/static/markitup/sets/markdown/images/preview.png
Normal file → Executable file
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
0
itf/static/markitup/sets/markdown/images/quotes.png
Normal file → Executable file
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 743 B |
0
itf/static/markitup/sets/markdown/readme.txt
Normal file → Executable file
0
itf/static/markitup/sets/markdown/set.js
Normal file → Executable file
0
itf/static/markitup/sets/markdown/style.css
Normal file → Executable file
0
itf/static/markitup/sets/textile/images/bold.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/textile/images/code.png
Normal file → Executable file
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 859 B |
0
itf/static/markitup/sets/textile/images/h1.png
Normal file → Executable file
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
0
itf/static/markitup/sets/textile/images/h2.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/textile/images/h3.png
Normal file → Executable file
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 306 B |
0
itf/static/markitup/sets/textile/images/h4.png
Normal file → Executable file
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 293 B |
0
itf/static/markitup/sets/textile/images/h5.png
Normal file → Executable file
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
0
itf/static/markitup/sets/textile/images/h6.png
Normal file → Executable file
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
0
itf/static/markitup/sets/textile/images/italic.png
Normal file → Executable file
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
0
itf/static/markitup/sets/textile/images/link.png
Normal file → Executable file
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 343 B |
0
itf/static/markitup/sets/textile/images/list-bullet.png
Normal file → Executable file
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
0
itf/static/markitup/sets/textile/images/list-numeric.png
Normal file → Executable file
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
0
itf/static/markitup/sets/textile/images/paragraph.png
Normal file → Executable file
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
0
itf/static/markitup/sets/textile/images/picture.png
Normal file → Executable file
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
0
itf/static/markitup/sets/textile/images/preview.png
Normal file → Executable file
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 537 B |
0
itf/static/markitup/sets/textile/images/quotes.png
Normal file → Executable file
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 743 B |
0
itf/static/markitup/sets/textile/images/stroke.png
Normal file → Executable file
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 269 B |
0
itf/static/markitup/sets/textile/readme.txt
Normal file → Executable file
0
itf/static/markitup/sets/textile/set.js
Normal file → Executable file
0
itf/static/markitup/sets/textile/style.css
Normal file → Executable file
0
itf/static/markitup/skins/markitup/images/bg-container.png
Normal file → Executable file
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-bbcode.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-dotclear.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-html.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-json.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-markdown.png
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-textile.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-wiki.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor-xml.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
itf/static/markitup/skins/markitup/images/bg-editor.png
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
itf/static/markitup/skins/markitup/images/handle.png
Normal file → Executable file
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 258 B |
0
itf/static/markitup/skins/markitup/images/menu.png
Normal file → Executable file
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
0
itf/static/markitup/skins/markitup/images/submenu.png
Normal file → Executable file
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
0
itf/static/markitup/skins/markitup/style.css
Normal file → Executable file
0
itf/static/markitup/skins/simple/images/handle.png
Normal file → Executable file
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 258 B |
0
itf/static/markitup/skins/simple/images/menu.png
Normal file → Executable file
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
0
itf/static/markitup/skins/simple/images/submenu.png
Normal file → Executable file
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |