|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
<script type="text/javascript" src="/functions.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/splitter.js"></script>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
#identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
|
|
|
|
|
#identity-box { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; }
|
|
|
|
|
#responses-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
|
|
|
|
|
#response-box { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; }
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
@ -19,10 +19,10 @@
|
|
|
|
|
|
|
|
|
|
<div id="mainscreen">
|
|
|
|
|
|
|
|
|
|
<div id="identities-list">
|
|
|
|
|
<div id="identity-title" class="boxtitle"><roundcube:label name="responses" /></div>
|
|
|
|
|
<div id="responses-list">
|
|
|
|
|
<div id="response-title" class="boxtitle"><roundcube:label name="responses" /></div>
|
|
|
|
|
<div class="boxlistcontent">
|
|
|
|
|
<roundcube:object name="responsesList" id="identities-table" class="records-table" cellspacing="0" summary="Responses list" noheader="true" editIcon="" />
|
|
|
|
|
<roundcube:object name="responsesList" id="responses-table" class="records-table" cellspacing="0" summary="Responses list" noheader="true" editIcon="" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="boxfooter">
|
|
|
|
|
<roundcube:button command="add" type="link" title="addresponse" class="buttonPas addgroup" classAct="button addgroup" content=" " /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " />
|
|
|
|
@ -30,12 +30,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'identities-list', p2: 'identity-box', orientation: 'v', relative: true, start: 300 });
|
|
|
|
|
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'responses-list', p2: 'response-box', orientation: 'v', relative: true, start: 300 });
|
|
|
|
|
rcmail.add_onload('identviewsplit.init()');
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div id="identity-box">
|
|
|
|
|
<roundcube:object name="responseframe" id="identity-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
|
|
|
|
<div id="response-box">
|
|
|
|
|
<roundcube:object name="responseframe" id="response-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|