git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5162 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
@ -0,0 +1,726 @@
|
||||
@charset "UTF-8";
|
||||
/* CSS Document */
|
||||
|
||||
.flexigrid
|
||||
{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
border: 0px solid #eee;
|
||||
overflow: hidden;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.flexigrid.hideBody
|
||||
{
|
||||
height: 26px !important;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.ie6fullwidthbug
|
||||
{
|
||||
border-right: 0px solid #ccc;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv
|
||||
{
|
||||
background: #eee url(../img/flexigrid/line.gif) repeat-y -1px top;
|
||||
border: 1px solid #ccc;
|
||||
border-top: 0px;
|
||||
overflow: auto;
|
||||
left: 0px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv table
|
||||
{
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.flexigrid div.hDivBox
|
||||
{
|
||||
float: left;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv table
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv table.autoht
|
||||
{
|
||||
border-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv td
|
||||
{
|
||||
padding: 2px 3px;
|
||||
border: 1px solid #eee;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td
|
||||
{
|
||||
background: #d5effc url(../img/flexigrid/hl.png) repeat-x top;
|
||||
border: 1px solid #a8d8eb;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv td.ndcol1
|
||||
{
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv td.ndcol2
|
||||
{
|
||||
border-left: 1px solid #fff;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
|
||||
{
|
||||
border-right: 1px solid #d2e3ec;
|
||||
}
|
||||
|
||||
.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
|
||||
{
|
||||
border-left: 1px solid #eef8ff;
|
||||
}
|
||||
|
||||
.flexigrid div.nBtn
|
||||
{
|
||||
position: absolute;
|
||||
height: 24px;
|
||||
width: 14px;
|
||||
z-index: 900;
|
||||
background: #fafafa url(../img/flexigrid/fhbg.gif) repeat-x bottom;
|
||||
border: 0px solid #ccc;
|
||||
border-left: 1px solid #ccc;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
margin-top: 1px;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.flexigrid div.nBtn div
|
||||
{
|
||||
height: 24px;
|
||||
width: 12px;
|
||||
border-left: 1px solid #fff;
|
||||
float: left;
|
||||
background: url(../img/flexigrid/ddn.png) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid div.nBtn.srtd
|
||||
{
|
||||
background: url(../img/flexigrid/wbg.gif) repeat-x 0px -1px;
|
||||
}
|
||||
|
||||
|
||||
.flexigrid div.mDiv
|
||||
{
|
||||
background: url(../img/flexigrid/wbg.gif) repeat-x top;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 0px;
|
||||
border-top: 0px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flexigrid div.mDiv div
|
||||
{
|
||||
padding: 6px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.flexigrid div.mDiv div.ptogtitle
|
||||
{
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 3px;
|
||||
padding: 0px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
overflow: hidden;
|
||||
border: 1px solid #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.flexigrid div.mDiv div.ptogtitle:hover
|
||||
{
|
||||
background-position: left -2px;
|
||||
border-color: #bbb;
|
||||
}
|
||||
|
||||
.flexigrid div.mDiv div.ptogtitle span
|
||||
{
|
||||
display: block;
|
||||
border-left: 1px solid #eee;
|
||||
border-top: 1px solid #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background: url(../img/flexigrid/uup.png) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid div.mDiv div.ptogtitle.vsble span
|
||||
{
|
||||
background: url(../img/flexigrid/ddn.png) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid div.tDiv /*toolbar*/
|
||||
{
|
||||
background: #fafafa url(../img/flexigrid/bg.gif) repeat-x top;
|
||||
position: relative;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flexigrid div.tDiv2
|
||||
{
|
||||
float: left;
|
||||
clear: both;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.flexigrid div.sDiv /*toolbar*/
|
||||
{
|
||||
background: #fafafa url(../img/flexigrid/bg.gif) repeat-x top;
|
||||
position: relative;
|
||||
border: 1px solid #ccc;
|
||||
border-top: 0px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.flexigrid div.sDiv2
|
||||
{
|
||||
float: left;
|
||||
clear: both;
|
||||
padding: 5px;
|
||||
padding-left: 5px;
|
||||
width: 1024px;
|
||||
}
|
||||
|
||||
.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
|
||||
{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.flexigrid div.btnseparator
|
||||
{
|
||||
float: left;
|
||||
height: 22px;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #fff;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.flexigrid div.fbutton
|
||||
{
|
||||
float: left;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.flexigrid div.fbutton div
|
||||
{
|
||||
float: left;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.flexigrid div.fbutton span
|
||||
{
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
|
||||
{
|
||||
padding: 0px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
|
||||
{
|
||||
padding: 0px 2px;
|
||||
border-left: 1px solid #fff;
|
||||
border-top: 1px solid #fff;
|
||||
border-right: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
|
||||
/* end toolbar*/
|
||||
|
||||
.flexigrid div.hDiv
|
||||
{
|
||||
background: #fafafa url(../img/flexigrid/fhbg.gif) repeat-x bottom;
|
||||
position: relative;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv table
|
||||
{
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.flexigrid div.cDrag
|
||||
{
|
||||
float: left;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.flexigrid div.cDrag div
|
||||
{
|
||||
float: left;
|
||||
background: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 24px;
|
||||
width: 5px;
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging
|
||||
{
|
||||
background: url(../img/flexigrid/line.gif) repeat-y 2px center;
|
||||
}
|
||||
|
||||
.flexigrid div.iDiv
|
||||
{
|
||||
border: 1px solid #316ac5;
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
|
||||
{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.flexigrid div.iDiv input.tb
|
||||
{
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
border-top: 0px;
|
||||
background: #fff;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv table
|
||||
{
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.flexigrid div.hGrip
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
height: 5px;
|
||||
width: 5px;
|
||||
background: url(../img/flexigrid/line.gif) repeat-x center;
|
||||
margin-right: 1px;
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
|
||||
{
|
||||
border-right: 1px solid #999;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.flexigrid div.vGrip
|
||||
{
|
||||
height: 5px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background: #fafafa url(../img/flexigrid/wbg.gif) repeat-x 0px -1px;
|
||||
border: 1px solid #ccc;
|
||||
border-top: 0px;
|
||||
text-align: center;
|
||||
cursor: row-resize;
|
||||
}
|
||||
|
||||
.flexigrid div.vGrip span
|
||||
{
|
||||
display: block;
|
||||
margin: 1px auto;
|
||||
width: 20px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid #aaa;
|
||||
border-bottom: 1px solid #aaa;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th, .flexigrid div.bDiv td /* common cell properties*/
|
||||
{
|
||||
text-align: left;
|
||||
border-right: 1px solid #ddd;
|
||||
border-left: 1px solid #fff;
|
||||
overflow: hidden;
|
||||
vertical-align: top !important;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th div, .flexigrid div.bDiv td div, div.colCopy div/* common inner cell properties*/
|
||||
{
|
||||
padding: 5px;
|
||||
border-left: 0px solid #fff;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th, div.colCopy
|
||||
{
|
||||
font-weight: normal;
|
||||
height: 24px;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.colCopy {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
background: #fafafa url(../img/flexigrid/fhbg.gif) repeat-x bottom;
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.sorted
|
||||
{
|
||||
background: url(../img/flexigrid/wbg.gif) repeat-x 0px -1px;
|
||||
border-bottom: 0px solid #ccc;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.thOver
|
||||
{
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
|
||||
{
|
||||
border-bottom: 1px solid orange;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.sorted div
|
||||
{
|
||||
border-bottom: 0px solid #ccc;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.thMove
|
||||
{
|
||||
background: #fff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.sorted.thMove div
|
||||
{
|
||||
border-bottom: 1px solid #fff;
|
||||
padding-bottom: 4px
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th.thMove div
|
||||
{
|
||||
background: #fff !important;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th div.sdesc
|
||||
{
|
||||
background: url(../img/flexigrid/dn.png) no-repeat center top;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th div.sasc
|
||||
{
|
||||
background: url(../img/flexigrid/up.png) no-repeat center top;
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv td
|
||||
{
|
||||
border-bottom: 1px solid #fff;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv th div
|
||||
{
|
||||
}
|
||||
|
||||
.flexigrid span.cdropleft
|
||||
{
|
||||
display: block;
|
||||
background: url(../img/flexigrid/prev.gif) no-repeat -4px center;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
position: relative;
|
||||
top: -24px;
|
||||
margin-bottom: -24px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.flexigrid div.hDiv span.cdropright
|
||||
{
|
||||
display: block;
|
||||
background: url(../img/flexigrid/next.gif) no-repeat 12px center;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -24px;
|
||||
margin-bottom: -24px;
|
||||
}
|
||||
|
||||
|
||||
.flexigrid div.bDiv td div
|
||||
{
|
||||
border-top: 0px solid #fff;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
|
||||
.flexigrid tr td.sorted
|
||||
{
|
||||
background: #f3f3f3;
|
||||
border-right: 1px solid #ddd;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
}
|
||||
|
||||
.flexigrid tr td.sorted div
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
.flexigrid tr.erow td
|
||||
{
|
||||
background: #f7f7f7;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
}
|
||||
|
||||
.flexigrid tr.erow td.sorted
|
||||
{
|
||||
background: #e3e3e3;
|
||||
border-bottom: 1px solid #e3e3e3;
|
||||
}
|
||||
|
||||
.flexigrid tr.erow td.sorted div
|
||||
{
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv tr:hover td,
|
||||
.flexigrid div.bDiv tr:hover td.sorted,
|
||||
.flexigrid div.bDiv tr.trOver td.sorted,
|
||||
.flexigrid div.bDiv tr.trOver td
|
||||
{
|
||||
background: #d9ebf5;
|
||||
border-left: 1px solid #eef8ff;
|
||||
border-bottom: 1px dotted #a8d8eb;
|
||||
}
|
||||
|
||||
.flexigrid div.bDiv tr.trSelected:hover td,
|
||||
.flexigrid div.bDiv tr.trSelected:hover td.sorted,
|
||||
.flexigrid div.bDiv tr.trOver.trSelected td.sorted,
|
||||
.flexigrid div.bDiv tr.trOver.trSelected td,
|
||||
.flexigrid tr.trSelected td.sorted,
|
||||
.flexigrid tr.trSelected td
|
||||
{
|
||||
background: #d5effc url(../img/flexigrid/hl.png) repeat-x top;
|
||||
border-right: 1px solid #d2e3ec;
|
||||
border-left: 1px solid #eef8ff;
|
||||
border-bottom: 1px solid #a8d8eb;
|
||||
}
|
||||
|
||||
/* novstripe adjustments */
|
||||
|
||||
.flexigrid.novstripe .bDiv table
|
||||
{
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.flexigrid.novstripe div.bDiv td
|
||||
{
|
||||
border-right-color: #fff;
|
||||
}
|
||||
|
||||
.flexigrid.novstripe div.bDiv tr.erow td.sorted
|
||||
{
|
||||
border-right-color: #e3e3e3;
|
||||
}
|
||||
|
||||
.flexigrid.novstripe div.bDiv tr td.sorted
|
||||
{
|
||||
border-right-color: #f3f3f3;
|
||||
}
|
||||
|
||||
.flexigrid.novstripe div.bDiv tr.erow td
|
||||
{
|
||||
border-right-color: #f7f7f7;
|
||||
border-left-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.flexigrid.novstripe div.bDiv tr.trSelected:hover td,
|
||||
.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
|
||||
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted,
|
||||
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
|
||||
.flexigrid.novstripe tr.trSelected td.sorted,
|
||||
.flexigrid.novstripe tr.trSelected td
|
||||
{
|
||||
border-right: 1px solid #0066FF;
|
||||
border-left: 1px solid #0066FF;
|
||||
}
|
||||
|
||||
.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
|
||||
{
|
||||
border-left-color: #d9ebf5;
|
||||
border-right-color: #d9ebf5;
|
||||
}
|
||||
|
||||
/* end novstripe */
|
||||
|
||||
.flexigrid div.pDiv
|
||||
{
|
||||
background: url(../img/flexigrid/wbg.gif) repeat-x 0 -1px;
|
||||
border: 1px solid #ccc;
|
||||
border-top: 0px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv div.pDiv2
|
||||
{
|
||||
margin: 3px;
|
||||
margin-left: -2px;
|
||||
float: left;
|
||||
width: 1024px;
|
||||
}
|
||||
|
||||
div.pGroup
|
||||
{
|
||||
float: left;
|
||||
background: none;
|
||||
height: 24px;
|
||||
margin: 0px 5px;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
|
||||
{
|
||||
position: relative;
|
||||
|
||||
top: 5px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv input
|
||||
{
|
||||
vertical-align: text-top;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv div.pButton
|
||||
{
|
||||
float: left;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv div.pButton:hover, .flexigrid div.pDiv div.pButton.pBtnOver
|
||||
{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: 1px solid #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv div.pButton span
|
||||
{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.flexigrid div.pDiv div.pButton:hover span, .flexigrid div.pDiv div.pButton.pBtnOver span
|
||||
{
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
border-top: 1px solid #fff;
|
||||
border-left: 1px solid #fff;
|
||||
}
|
||||
|
||||
|
||||
.flexigrid .pSearch
|
||||
{
|
||||
background: url(../img/flexigrid/magnifier.png) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid .pFirst
|
||||
{
|
||||
background: url(../img/flexigrid/first.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid .pPrev
|
||||
{
|
||||
background: url(../img/flexigrid/prev.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid .pNext
|
||||
{
|
||||
background: url(../img/flexigrid/next.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid .pLast
|
||||
{
|
||||
background: url(../img/flexigrid/last.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid .pReload
|
||||
{
|
||||
background: url(../img/flexigrid/load.png) no-repeat center;
|
||||
}
|
||||
|
||||
.flexigrid .pReload.loading
|
||||
{
|
||||
background: url(../img/flexigrid/load.gif) no-repeat center;
|
||||
}
|
||||
|
||||
/* ie adjustments */
|
||||
|
||||
.flexigrid.ie div.hDiv th div, .flexigrid.ie div.bDiv td div, div.colCopy.ie div/* common inner cell properties*/
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -1,39 +0,0 @@
|
||||
div.tablesorterPager {
|
||||
text-align: center;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
div.tablesorterPager span {
|
||||
padding: 0 5px 0 5px;
|
||||
}
|
||||
div.tablesorterPager input.prev {
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
}
|
||||
div.tablesorterPager input.next {
|
||||
width: auto;
|
||||
margin-left: 10px;
|
||||
}
|
||||
div.tablesorterPager input {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
padding: 2px 5px;
|
||||
border: 1px solid #CCCCCC;
|
||||
font: normal small Arial, Helvetica, sans-serif;
|
||||
color: #999999;
|
||||
}
|
||||
div.tablesorterPager select {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
padding: 2px 5px;
|
||||
border: 1px solid #CCCCCC;
|
||||
font: normal small Arial, Helvetica, sans-serif;
|
||||
color: #999999;
|
||||
}
|
||||
div.tablesorterPager img{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 837 B |
After Width: | Height: | Size: 828 B |
After Width: | Height: | Size: 854 B |
After Width: | Height: | Size: 955 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 836 B |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 817 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 827 B |
After Width: | Height: | Size: 615 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 130 B |
After Width: | Height: | Size: 868 B |
@ -1,32 +0,0 @@
|
||||
/*
|
||||
* jqDnR - Minimalistic Drag'n'Resize for jQuery.
|
||||
*
|
||||
* Copyright (c) 2007 Brice Burgess <bhb@iceburg.net>, http://www.iceburg.net
|
||||
* Licensed under the MIT License:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* $Version: 2007.08.19 +r2
|
||||
*/
|
||||
|
||||
(function($){
|
||||
$.fn.jqDrag=function(h){return i(this,h,'d');};
|
||||
$.fn.jqResize=function(h){return i(this,h,'r');};
|
||||
$.jqDnR={dnr:{},e:0,
|
||||
drag:function(v){
|
||||
if(M.k == 'd')E.css({left:M.X+v.pageX-M.pX,top:M.Y+v.pageY-M.pY});
|
||||
else E.css({width:Math.max(v.pageX-M.pX+M.W,0),height:Math.max(v.pageY-M.pY+M.H,0)});
|
||||
return false;},
|
||||
stop:function(){E.css('opacity',M.o);$().unbind('mousemove',J.drag).unbind('mouseup',J.stop);}
|
||||
};
|
||||
var J=$.jqDnR,M=J.dnr,E=J.e,
|
||||
i=function(e,h,k){return e.each(function(){h=(h)?$(h,e):e;
|
||||
h.bind('mousedown',{e:e,k:k},function(v){var d=v.data,p={};E=d.e;
|
||||
// attempt utilization of dimensions plugin to fix IE issues
|
||||
if(E.css('position') != 'relative'){try{E.position(p);}catch(e){}}
|
||||
M={X:p.left||f('left')||0,Y:p.top||f('top')||0,W:f('width')||E[0].scrollWidth||0,H:f('height')||E[0].scrollHeight||0,pX:v.pageX,pY:v.pageY,k:d.k,o:E.css('opacity')};
|
||||
E.css({opacity:0.8});$().mousemove($.jqDnR.drag).mouseup($.jqDnR.stop);
|
||||
return false;
|
||||
});
|
||||
});},
|
||||
f=function(k){return parseInt(E.css(k))||false;};
|
||||
})(jQuery);
|
@ -1,67 +0,0 @@
|
||||
/*
|
||||
* jqModal - Minimalist Modaling with jQuery
|
||||
*
|
||||
* Copyright (c) 2007 Brice Burgess <bhb@iceburg.net>, http://www.iceburg.net
|
||||
* Licensed under the MIT License:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* $Version: 2007.08.17 +r11
|
||||
*
|
||||
*/
|
||||
(function($) {
|
||||
$.fn.jqm=function(o){
|
||||
var _o = {
|
||||
zIndex: 3000,
|
||||
overlay: 50,
|
||||
overlayClass: 'jqmOverlay',
|
||||
closeClass: 'jqmClose',
|
||||
trigger: '.jqModal',
|
||||
ajax: false,
|
||||
target: false,
|
||||
modal: false,
|
||||
toTop: false,
|
||||
onShow: false,
|
||||
onHide: false,
|
||||
onLoad: false
|
||||
};
|
||||
return this.each(function(){if(this._jqm)return; s++; this._jqm=s;
|
||||
H[s]={c:$.extend(_o, o),a:false,w:$(this).addClass('jqmID'+s),s:s};
|
||||
if(_o.trigger)$(this).jqmAddTrigger(_o.trigger);
|
||||
});};
|
||||
|
||||
$.fn.jqmAddClose=function(e){hs(this,e,'jqmHide'); return this;};
|
||||
$.fn.jqmAddTrigger=function(e){hs(this,e,'jqmShow'); return this;};
|
||||
$.fn.jqmShow=function(t){return this.each(function(){if(!H[this._jqm].a)$.jqm.open(this._jqm,t)});};
|
||||
$.fn.jqmHide=function(t){return this.each(function(){if(H[this._jqm].a)$.jqm.close(this._jqm,t)});};
|
||||
|
||||
$.jqm = {
|
||||
hash:{},
|
||||
open:function(s,t){var h=H[s],c=h.c,cc='.'+c.closeClass,z=(/^\d+$/.test(h.w.css('z-index')))?h.w.css('z-index'):c.zIndex,o=$('<div></div>').css({height:'100%',width:'100%',position:'fixed',left:0,top:0,'z-index':z-1,opacity:c.overlay/100});h.t=t;h.a=true;h.w.css('z-index',z);
|
||||
if(c.modal) {if(!A[0])F('bind');A.push(s);o.css('cursor','wait');}
|
||||
else if(c.overlay > 0)h.w.jqmAddClose(o);
|
||||
else o=false;
|
||||
|
||||
h.o=(o)?o.addClass(c.overlayClass).prependTo('body'):false;
|
||||
if(ie6){$('html,body').css({height:'100%',width:'100%'});if(o){o=o.css({position:'absolute'})[0];for(var y in {Top:1,Left:1})o.style.setExpression(y.toLowerCase(),"(_=(document.documentElement.scroll"+y+" || document.body.scroll"+y+"))+'px'");}}
|
||||
|
||||
if(c.ajax) {var r=c.target||h.w,u=c.ajax,r=(typeof r == 'string')?$(r,h.w):$(r),u=(u.substr(0,1) == '@')?$(t).attr(u.substring(1)):u;
|
||||
r.load(u,function(){if(c.onLoad)c.onLoad.call(this,h);if(cc)h.w.jqmAddClose($(cc,h.w));e(h);});}
|
||||
else if(cc)h.w.jqmAddClose($(cc,h.w));
|
||||
|
||||
if(c.toTop&&h.o)h.w.before('<span id="jqmP'+h.w[0]._jqm+'"></span>').insertAfter(h.o);
|
||||
(c.onShow)?c.onShow(h):h.w.show();e(h);return false;
|
||||
},
|
||||
close:function(s){var h=H[s];h.a=false;
|
||||
if(A[0]){A.pop();if(!A[0])F('unbind');}
|
||||
if(h.c.toTop&&h.o)$('#jqmP'+h.w[0]._jqm).after(h.w).remove();
|
||||
if(h.c.onHide)h.c.onHide(h);else{h.w.hide();if(h.o)h.o.remove();} return false;
|
||||
}};
|
||||
var s=0,H=$.jqm.hash,A=[],ie6=$.browser.msie&&($.browser.version == "6.0"),
|
||||
i=$('<iframe src="javascript:false;document.write(\'\');" class="jqm"></iframe>').css({opacity:0}),
|
||||
e=function(h){if(ie6)if(h.o)h.o.html('<p style="width:100%;height:100%"/>').prepend(i);else if(!$('iframe.jqm',h.w)[0])h.w.prepend(i); f(h);},
|
||||
f=function(h){try{$(':input:visible',h.w)[0].focus();}catch(e){}},
|
||||
F=function(t){$()[t]("keypress",m)[t]("keydown",m)[t]("mousedown",m);},
|
||||
m=function(e){var h=H[A[A.length-1]],r=(!$(e.target).parents('.jqmID'+h.s)[0]);if(r)f(h);return !r;},
|
||||
hs=function(w,e,y){var s=[];w.each(function(){s.push(this._jqm)});
|
||||
$(e).each(function(){if(this[y])$.extend(this[y],s);else{this[y]=s;$(this).click(function(){for(var i in {jqmShow:1,jqmHide:1})for(var s in this[i])if(H[this[i][s]])H[this[i][s]].w[i](this);return false;});}});};
|
||||
})(jQuery);
|
@ -1,184 +0,0 @@
|
||||
(function($) {
|
||||
$.extend({
|
||||
tablesorterPager: new function() {
|
||||
|
||||
function updatePageDisplay(c) {
|
||||
var s = $(c.cssPageDisplay,c.container).val((c.page+1) + c.seperator + c.totalPages);
|
||||
}
|
||||
|
||||
function setPageSize(table,size) {
|
||||
var c = table.config;
|
||||
c.size = size;
|
||||
c.totalPages = Math.ceil(c.totalRows / c.size);
|
||||
c.pagerPositionSet = false;
|
||||
moveToPage(table);
|
||||
fixPosition(table);
|
||||
}
|
||||
|
||||
function fixPosition(table) {
|
||||
var c = table.config;
|
||||
if(!c.pagerPositionSet && c.positionFixed) {
|
||||
var c = table.config, o = $(table);
|
||||
if(o.offset) {
|
||||
c.container.css({
|
||||
top: o.offset().top + o.height() + 'px',
|
||||
position: 'absolute'
|
||||
});
|
||||
}
|
||||
c.pagerPositionSet = true;
|
||||
}
|
||||
}
|
||||
|
||||
function moveToFirstPage(table) {
|
||||
var c = table.config;
|
||||
c.page = 0;
|
||||
moveToPage(table);
|
||||
}
|
||||
|
||||
function moveToLastPage(table) {
|
||||
var c = table.config;
|
||||
c.page = (c.totalPages-1);
|
||||
moveToPage(table);
|
||||
}
|
||||
|
||||
function moveToNextPage(table) {
|
||||
var c = table.config;
|
||||
c.page++;
|
||||
if(c.page >= (c.totalPages-1)) {
|
||||
c.page = (c.totalPages-1);
|
||||
}
|
||||
moveToPage(table);
|
||||
}
|
||||
|
||||
function moveToPrevPage(table) {
|
||||
var c = table.config;
|
||||
c.page--;
|
||||
if(c.page <= 0) {
|
||||
c.page = 0;
|
||||
}
|
||||
moveToPage(table);
|
||||
}
|
||||
|
||||
|
||||
function moveToPage(table) {
|
||||
var c = table.config;
|
||||
if(c.page < 0 || c.page > (c.totalPages-1)) {
|
||||
c.page = 0;
|
||||
}
|
||||
|
||||
renderTable(table,c.rowsCopy);
|
||||
}
|
||||
|
||||
function renderTable(table,rows) {
|
||||
|
||||
var c = table.config;
|
||||
var l = rows.length;
|
||||
var s = (c.page * c.size);
|
||||
var e = (s + c.size);
|
||||
if(e > rows.length ) {
|
||||
e = rows.length;
|
||||
}
|
||||
|
||||
|
||||
var tableBody = $(table.tBodies[0]);
|
||||
|
||||
// clear the table body
|
||||
|
||||
$.tablesorter.clearTableBody(table);
|
||||
|
||||
for(var i = s; i < e; i++) {
|
||||
|
||||
//tableBody.append(rows[i]);
|
||||
|
||||
var o = rows[i];
|
||||
var l = o.length;
|
||||
for(var j=0; j < l; j++) {
|
||||
|
||||
tableBody[0].appendChild(o[j]);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fixPosition(table,tableBody);
|
||||
|
||||
$(table).trigger("applyWidgets");
|
||||
|
||||
if( c.page >= c.totalPages ) {
|
||||
moveToLastPage(table);
|
||||
}
|
||||
|
||||
updatePageDisplay(c);
|
||||
}
|
||||
|
||||
this.appender = function(table,rows) {
|
||||
|
||||
var c = table.config;
|
||||
|
||||
c.rowsCopy = rows;
|
||||
c.totalRows = rows.length;
|
||||
c.totalPages = Math.ceil(c.totalRows / c.size);
|
||||
|
||||
renderTable(table,rows);
|
||||
};
|
||||
|
||||
this.defaults = {
|
||||
size: 10,
|
||||
offset: 0,
|
||||
page: 0,
|
||||
totalRows: 0,
|
||||
totalPages: 0,
|
||||
container: null,
|
||||
cssNext: '.next',
|
||||
cssPrev: '.prev',
|
||||
cssFirst: '.first',
|
||||
cssLast: '.last',
|
||||
cssPageDisplay: '.pagedisplay',
|
||||
cssPageSize: '.pagesize',
|
||||
seperator: "/",
|
||||
positionFixed: true,
|
||||
appender: this.appender
|
||||
};
|
||||
|
||||
this.construct = function(settings) {
|
||||
|
||||
return this.each(function() {
|
||||
|
||||
config = $.extend(this.config, $.tablesorterPager.defaults, settings);
|
||||
|
||||
var table = this, pager = config.container;
|
||||
|
||||
$(this).trigger("appendCache");
|
||||
|
||||
config.size = parseInt($(".pagesize",pager).val());
|
||||
|
||||
$(config.cssFirst,pager).click(function() {
|
||||
moveToFirstPage(table);
|
||||
return false;
|
||||
});
|
||||
$(config.cssNext,pager).click(function() {
|
||||
moveToNextPage(table);
|
||||
return false;
|
||||
});
|
||||
$(config.cssPrev,pager).click(function() {
|
||||
moveToPrevPage(table);
|
||||
return false;
|
||||
});
|
||||
$(config.cssLast,pager).click(function() {
|
||||
moveToLastPage(table);
|
||||
return false;
|
||||
});
|
||||
$(config.cssPageSize,pager).change(function() {
|
||||
setPageSize(table,parseInt($(this).val()));
|
||||
return false;
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
}
|
||||
});
|
||||
// extend plugin scope
|
||||
$.fn.extend({
|
||||
tablesorterPager: $.tablesorterPager.construct
|
||||
});
|
||||
|
||||
})(jQuery);
|
@ -1,16 +0,0 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$("#side3").accordion("activate", 1);
|
||||
});
|
||||
</script>
|
||||
|
||||
<h3>Ranking</h3>
|
||||
<p>
|
||||
One of the most cited reasons for YaCy is the freely configurable ranking system. The ranking settings have a major impact on
|
||||
the displayed search results, so it is worthwhile looking at them. For example searching for current news you might
|
||||
want to give pages with a more recent date a higher rank, whereas searching for a rare documentation other ranking factors are
|
||||
more helpful. As YaCy knows over 30 ranking factors, YaCy-UI will offer for the ease of use ranking pre-sets (most relevant, most popular,
|
||||
most recent) to choose from. Currently you can set the <a href="http://localhost:8080/Ranking_p.html">default ranking</a>
|
||||
via the existing user interface.
|
||||
</p>
|
||||
|
@ -0,0 +1,111 @@
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function() {
|
||||
|
||||
/* Init Sidebar_1 */
|
||||
$("#side1").accordion({
|
||||
autoHeight: false,
|
||||
header: "h3"
|
||||
});
|
||||
$("#side1").accordion("activate", 2);
|
||||
|
||||
/* Menu .click(function() */
|
||||
$("#login").click(function() {
|
||||
$.ajax({
|
||||
url: "/xml/bookmarks/xbel/xbel.xml?login=true",
|
||||
method : "GET",
|
||||
dataType: "xml",
|
||||
success: function(xml) {
|
||||
// ToDo: /xml/util/login.xml
|
||||
// alert("Login");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
$("#admin").click(function() { $tabs.tabs('select',1); });
|
||||
|
||||
$("#searchtext").click(function () {
|
||||
$("#side2").accordion("activate", 0);
|
||||
});
|
||||
|
||||
/* Load Search Result into new Tab */
|
||||
$('#searchbox').submit(function() {
|
||||
if ($("select[@name='resource']").getValue() == "ymarks") {
|
||||
qtag = $("input[@name='search']").getValue();
|
||||
if (tabid == "#Bookmarks") {
|
||||
$tabs.tabs("load", 3);
|
||||
} else {
|
||||
$tabs.tabs('select',3);
|
||||
}
|
||||
} else {
|
||||
var tabnr = $tabs.tabs('length');
|
||||
var tabname = $("input[@name='search']").getValue();
|
||||
$tabs.tabs('add', "yacyui-search.html", '*' + tabname);
|
||||
$tabs.tabs('select',tabnr);
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<h3>YaCy P2P Websearch</h3><!-- 0 -->
|
||||
<div class="menu">
|
||||
<form id="searchbox" class="small" method="get" accept-charset="UTF-8" action="">
|
||||
<p>
|
||||
<label for="search">Search term:</label>
|
||||
<br />
|
||||
<input id="searchtext" name="search" class="filter" type="text" size="20" maxlength="80" value=""/>
|
||||
<br />
|
||||
<label for="ontentdom">Content domain:</label>
|
||||
<br />
|
||||
<select name="contentdom" class="selector">
|
||||
<option selected="selected" value="text">text</option>
|
||||
<option value="image">image</option>
|
||||
<option value="audio">audio</option>
|
||||
<option value="video">video</option>
|
||||
<option value="app">application</option>
|
||||
</select>
|
||||
<br />
|
||||
<label for="resource">Resource/Network:</label>
|
||||
<br />
|
||||
<select name="resource" class="selector">
|
||||
<option value="/yacysearch.rss?resource=global" selected="selected">freeworld</option>
|
||||
<option value="/yacysearch.rss?resource=local" >local peer</option>
|
||||
<option value="ymarks" >bookmarks</option>
|
||||
<option value="/xml/util/ynetSearch.xml?login=&url=http://sciencenet.fzk.de:8080/yacysearch.rss?resource=global" >sciencenet</option>
|
||||
</select>
|
||||
<br />
|
||||
<input id="searchbutton" type="submit" name="Enter" value="Search" />
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<h3>YaCy Project</h3><!-- 1 -->
|
||||
<div class="menu">
|
||||
<img alt="YaCy Project Home" title="YaCy Project Home" src="img-1/home.png" />
|
||||
<a href="http://www.yacy.net" >YaCy Home</a><br />
|
||||
<img alt="YaCy Statistics" title="YaCy Statistics" src="img-2/bar_graph.png" />
|
||||
<a href="http://www.yacystats.de" >YaCy Statistics</a><br />
|
||||
<img alt="YaCy Forum" title="YaCy Forum" src="img-1/Discussion.png" />
|
||||
<a href="http://forum.yacy-websuche.de/" >YaCy Forum</a><br />
|
||||
<img alt="Help" title="YaCy Wiki" src="img-1/Help%20Blue%20Button.png" />
|
||||
<a href="http://yacy-websuche.de/wiki/index.php/Hauptseite" >YaCy Wiki</a><br />
|
||||
</div>
|
||||
<h3>YaCy Peer Admin</h3><!-- 2 -->
|
||||
<div class="menu">
|
||||
<img alt="Login" title="Login" src="img-1/User.png" />
|
||||
<a id="login" href="#Login">Login</a><br />
|
||||
<img alt="Admin Console" title="Admin Console" src="img-1/Gear.png" />
|
||||
<a id="admin" href="#AdminConsole">Admin Console</a><br />
|
||||
<img alt="Re-Start" title="Re-Start" src="img-1/Backup%20Green%20Button.png" />
|
||||
<a href="../../Steering.html?restart=">Re-Start</a><br />
|
||||
<img alt="Shutdown" title="Shutdown" src="img-1/Stop%20Red%20Button.png" />
|
||||
<a href="../../Steering.html?shutdown=">Shutdown</a><br />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,43 +0,0 @@
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function() {
|
||||
$("#side1").accordion({
|
||||
autoHeight: false,
|
||||
header: "h3"
|
||||
});
|
||||
$("#side1").accordion("activate", 2);
|
||||
|
||||
$('a').faviconize({
|
||||
position: "before"
|
||||
});
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<h3>YaCy Project</h3><!-- 0 -->
|
||||
<div class="menu">
|
||||
<img alt="YaCy Project Home" title="YaCy Project Home" src="img-1/home.png" />
|
||||
<a href="http://www.yacy.net" >YaCy Home</a><br />
|
||||
<img alt="YaCy Statistics" title="YaCy Statistics" src="img-2/bar_graph.png" />
|
||||
<a href="http://www.yacystats.de" >YaCy Statistics</a><br />
|
||||
<img alt="YaCy Forum" title="YaCy Forum" src="img-1/Discussion.png" />
|
||||
<a href="http://forum.yacy-websuche.de/" >YaCy Forum</a><br />
|
||||
<img alt="Help" title="YaCy Wiki" src="img-1/Help%20Blue%20Button.png" />
|
||||
<a href="http://yacy-websuche.de/wiki/index.php/Hauptseite" />YaCy Wiki</a><br />
|
||||
</div>
|
||||
<h3>YaCy Bookmarks</h3> <!-- 1 -->
|
||||
<div class="menu">
|
||||
<img alt="Add " title="Add " src="img-1/New%20Document.png" />Add<br />
|
||||
<img alt="Edit " title="Edit " src="img-1/Write%20Document.png" />Edit<br />
|
||||
<img alt="Crawl " title="Crawl " src="img-1/Fullscreen.png" />Crawl <br />
|
||||
<img alt="Remove " title="Remove " src="img-1/Remove%20Document.png" />Remove <br />
|
||||
<img alt="Import " title="Import " src="img-1/Get%20Document.png" />Import <br />
|
||||
<img alt="Export " title="Export " src="img-1/Send%20Document.png" />Export
|
||||
</div>
|
||||
<h3>YaCy Peer Admin</h3><!-- 2 -->
|
||||
<div class="menu">
|
||||
<img alt="login" title="Login" src="img-1/User.png" />Login<br />
|
||||
<img alt="contact" title="Contact" src="img-1/New%20Mail.png" />Contact<br />
|
||||
<img alt="peer-admin" title="Peer administration" src="img-1/Run.png" />Administration
|
||||
</div>
|
||||
|
@ -1,20 +0,0 @@
|
||||
<div class="title">Pager:</div>
|
||||
<div class="content">
|
||||
<div id="pager" class="tablesorterPager">
|
||||
<form >
|
||||
<img src="img/first.png" class="first" align="absmiddle"/>
|
||||
<img src="img/prev.png" class="prev"align="absmiddle"/>
|
||||
<input type="text" class="pagedisplay"/>
|
||||
<img src="img/next.png" class="next" align="absmiddle"/>
|
||||
<img src="img/last.png" class="last" align="absmiddle"/>
|
||||
<select class="pagesize">
|
||||
<option selected="selected" value="15">15</option>
|
||||
<option value="25">25</option>
|
||||
<option value="50">50</option>
|
||||
<option value="100">100</option>
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
<h3>Admin Console...</h3>
|
@ -0,0 +1,87 @@
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function() {
|
||||
|
||||
$("#side1").accordion("activate", 0);
|
||||
$("#side2").accordion("activate", 1);
|
||||
// $('#yoptions').resetForm();
|
||||
|
||||
counter = 0;
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "/xml/bookmarks/xbel/xbel.xml?tag="+qtag,
|
||||
dataType: "xml",
|
||||
success: function(xml) {
|
||||
$(xml).find('bookmark').each(function(){
|
||||
var link = $(this).attr('href');
|
||||
var hash = $(this).attr('id');
|
||||
var title = $(this).find('title').text();
|
||||
var date = $(this).attr('added');;
|
||||
var desc = $(this).find('desc').text();
|
||||
var pub = $(this).find('metadata[owner=YaCy][public]').attr('public');
|
||||
var tags = $(this).find('metadata[owner=Mozilla][ShortcutURL]').attr('ShortcutURL');
|
||||
if (tags != undefined) {
|
||||
tags = tags.replace(",",", ","g");
|
||||
} else {
|
||||
tags ="";
|
||||
}
|
||||
if (pub == "true") {
|
||||
icon = '<img src="img-2/world2.png" alt="public bookmark" title="public bookmark"/>'
|
||||
} else {
|
||||
var icon = '<img src="img-2/lock.png" alt="private bookmark" title="private bookmark"/>'
|
||||
}
|
||||
$('<tr></tr')
|
||||
.html('<td><input type="checkbox" value="true" /></td><td>' +icon+ '</td><td><h3 class="linktitle">' +title+ '</h3><p class="desc">' +desc+ '</p><p class="url"><a href="' +link+ '">' +link+ '</a></p><td>' +tags+ ' </td><td>' +date+ '</td>')
|
||||
.appendTo('#ymarks tbody');
|
||||
counter++;
|
||||
}); //close each(
|
||||
var height=document.documentElement.clientHeight - 205;
|
||||
$('#ymarks').flexigrid({
|
||||
colModel: [
|
||||
{display: '', name : 'select', width : 25, sortable : false, align: 'center'},
|
||||
{display: '', name : 'public', width : 25, sortable : true, align: 'center'},
|
||||
{display: 'Title', name : 'title', width : 450, sortable : true, align: 'left'},
|
||||
{display: 'Tags', name : 'tags', width : 220, sortable : false, align: 'left'},
|
||||
{display: 'Date', name : 'date', width : 135, sortable : true, align: 'left'}
|
||||
],
|
||||
buttons: [
|
||||
{name: 'Add', bclass: 'add', onpress: test},
|
||||
{name: 'Delete', bclass: 'delete', onpress: test},
|
||||
{separator: true}
|
||||
],
|
||||
striped: true,
|
||||
nowrap: false,
|
||||
height: height,
|
||||
title: 'YaCy Bookmarks: '+qtag
|
||||
});
|
||||
}
|
||||
}); //close $.ajax(
|
||||
function test(com,grid) {
|
||||
if (com=='Delete') {
|
||||
confirm('Delete ' + $('.trSelected',grid).length + ' items?')
|
||||
}
|
||||
else if (com=='Add') {
|
||||
alert('Add New Item');
|
||||
}
|
||||
}
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<!-- Display Bookmarks Table -->
|
||||
<table id="ymarks" summary="YaCy Bookmarks">
|
||||
<colgroup>
|
||||
<col width="25"/>
|
||||
<col width="25"/>
|
||||
<col width="450"/>
|
||||
<col width="220"/>
|
||||
<col width="135"/>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
<script language="JavaScript">
|
||||
//<![CDATA[
|
||||
function resize_iframe() {
|
||||
var height=document.documentElement.clientHeight;
|
||||
document.getElementById("yclassic").style.height=parseInt(height-document.getElementById("yclassic").offsetTop-15)+"px";
|
||||
}
|
||||
window.onresize=resize_iframe;
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<iframe
|
||||
id="yclassic"
|
||||
name="yclassic"
|
||||
src="../../yacysearch.html?display=2"
|
||||
onload="resize_iframe()"
|
||||
width="100%"
|
||||
scrolling="auto"
|
||||
name="YaCy Classic Search"
|
||||
marginheight="0"
|
||||
marginwidth="0"
|
||||
frameborder="0">
|
||||
</iframe>
|
@ -0,0 +1,22 @@
|
||||
<script language="JavaScript">
|
||||
//<![CDATA[
|
||||
function resize_iframe() {
|
||||
var height=document.documentElement.clientHeight;
|
||||
document.getElementById("yranking").style.height=parseInt(height-document.getElementById("yranking").offsetTop-15)+"px";
|
||||
}
|
||||
window.onresize=resize_iframe;
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<iframe
|
||||
id="yranking"
|
||||
src="../../Ranking_p.html"
|
||||
onload="resize_iframe()"
|
||||
width="100%"
|
||||
scrolling="auto"
|
||||
name="YaCy Classic Search"
|
||||
marginheight="0"
|
||||
marginwidth="0"
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
|
@ -1,85 +0,0 @@
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function() {
|
||||
$("#side1").accordion("activate", 1);
|
||||
$("#side3").accordion("activate", 2);
|
||||
$('#yoptions').resetForm();
|
||||
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "/xml/bookmarks/xbel/xbel.xml?login=true&tag="+qtag,
|
||||
dataType: "xml",
|
||||
success: function(xml) {
|
||||
$(xml).find('bookmark').each(function(){
|
||||
var link = $(this).attr('href');
|
||||
var hash = $(this).attr('id');
|
||||
var title = $(this).find('title').text();
|
||||
var date = $(this).attr('added');;
|
||||
var desc = $(this).find('desc').text();
|
||||
var pub = $(this).find('metadata[@owner=YaCy][@public]').attr('public');
|
||||
var tags = $(this).find('metadata[@owner=Mozilla][@ShortcutURL]').attr('ShortcutURL').replace(",",", ","g");
|
||||
if (pub == "true") {
|
||||
icon = '<img src="img-2/world2.png" alt="public bookmark" title="public bookmark"/>'
|
||||
} else {
|
||||
var icon = '<img src="img-2/lock.png" alt="private bookmark" title="private bookmark"/>'
|
||||
}
|
||||
$('<tr></tr')
|
||||
.html('<td><input type="checkbox" value="true" /></td><td>' +icon+ '</td><td><h3 class="linktitle">' +title+ '</h3><p class="desc">' +desc+ '</p><p class="url"><a href="' +link+ '">' +link+ '</a></p><td>' +tags+ ' </td><td>' +date+ '</td><td><a href="'+hash+'" class="yeditTrigger"><img src="img-2/pencil.png" alt="edit bookmark" title="edit bookmark" /></a><img src="img-2/cancel.png" alt="delete bookmark" title="delete bookmark"/></td>')
|
||||
.appendTo('#ymarks tbody');
|
||||
}); //close each(
|
||||
$('#ymarks')
|
||||
.tablesorter({widgets: ['zebra']})
|
||||
.tablesorterPager({container: $('#pager'), size: 5, positionFixed: false});
|
||||
$('#yedit').jqm({
|
||||
trigger: '.yeditTrigger',
|
||||
overlay: 30,
|
||||
overlayClass: 'whiteOverlay',
|
||||
onShow: function(hash){$('<p></p>').html(hash.t).appendTo('.jqmdMSG'); hash.w.show();}
|
||||
}).jqDrag('.jqDrag');
|
||||
}
|
||||
}); //close $.ajax(
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<!-- Display Bookmarks Table -->
|
||||
<table class="ytable" id="ymarks" summary="YaCy Bookmarks">
|
||||
<colgroup>
|
||||
<col width="25"/>
|
||||
<col width="25"/>
|
||||
<col width="425"/>
|
||||
<col width="150"/>
|
||||
<col width="150"/>
|
||||
<col width="25"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="{sorter: false}"></th>
|
||||
<th></th>
|
||||
<th>Title</th>
|
||||
<th>Tags</th>
|
||||
<th>Date</th>
|
||||
<th class="{sorter: false}"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- Edit Bookmarks -->
|
||||
<div id="yedit" class="jqmDialog">
|
||||
<div class="jqmdTC jqDrag">
|
||||
Edit Bookmark
|
||||
</div>
|
||||
<div class="jqmdBC">
|
||||
<div class="jqmdMSG">
|
||||
Edit bookmark dialog is not functional yet!
|
||||
<br /><br />
|
||||
At least it seems possible to transport the edit bookmark link and hash into the dialog window...
|
||||
</div>
|
||||
</div>
|
||||
<input type="image" src="img-2/cancel.png" class="jqmdX jqmClose" />
|
||||
</div>
|
||||
|
||||
|
||||
|