initial commit
This commit is contained in:
47
app/View/Expense/expense_demo.ctp
Normal file
47
app/View/Expense/expense_demo.ctp
Normal file
@@ -0,0 +1,47 @@
|
||||
<style>
|
||||
iframe.loadHtml {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
min-height: 520px;
|
||||
background: #fff;
|
||||
}
|
||||
iframe {
|
||||
width: 100%;
|
||||
border: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="bodyContent shadow" style="padding-top: 1px;">
|
||||
|
||||
|
||||
<?php
|
||||
//echo $this->Form->input('unique_url', array('type' => 'hidden','id'=>'unique_url','value'=>$unique_url));
|
||||
//echo $this->Form->input('project_url', array('type' => 'hidden','id'=>'project_url','value'=>$this->Html->url()));
|
||||
?>
|
||||
|
||||
|
||||
<style>
|
||||
#loadImg{position:absolute;}
|
||||
#loadImg div{width:100px;height:100px;background:#fff;text-align:center;vertical-align:middle;padding-left:300px;padding-top:200px}
|
||||
#loadImg img{
|
||||
position: absolute;}
|
||||
</style>
|
||||
|
||||
<!--<div class="add"><img class="img-responsive" src="<?php echo $this->webroot;?>images/add1.jpg" alt=""/></div> -->
|
||||
|
||||
<!--Start Tab Area -->
|
||||
<div class="tabArea">
|
||||
|
||||
<div id="loadImg"><div><img src="<?php echo CDN_URL;?>img/loading.gif" /></div></div>
|
||||
|
||||
<iframe class="loadHtml" src="<?php echo $this->Html->url("/Expense/loadTabDemo/").$unique_url;?>" onload="document.getElementById('loadImg').style.display='none';"><p>Unable to load</p></iframe>
|
||||
<!-- <div class="resizeIframe"><a href="#"><img class="img-responsive" src="<?php echo $this->webroot;?>images/resize-icon.png" alt=""/></a></div> -->
|
||||
|
||||
</div>
|
||||
<!--End Tab Area -->
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user