66 lines
3.1 KiB
HTML
66 lines
3.1 KiB
HTML
<!--JSplugins\angular-material-lite\template\alert_full.tmp.html-->
|
|
<div class="dialog-container mdl-shadow--8dp alert_full-dialog">
|
|
<div class="header" ng-click="dialog.tog()">
|
|
|
|
<!-- 標題 -->
|
|
<label style="position:relative;margin-left:8px" ng-bind-html="'alert_full_tmp.info' | translate"></label>
|
|
|
|
|
|
<!-- 展開按鈕 -->
|
|
<!-- <i class="material-icons md-24 md-light" style="position:absolute;right:8px;" ng-if="dialog.show_detail">remove</i>
|
|
<i class="material-icons md-24 md-light" style="position:absolute;right:8px;" ng-if="!dialog.show_detail">add</i> -->
|
|
</div>
|
|
|
|
<div id="alertpage_full" class="content">
|
|
<div class="dialog-content">
|
|
|
|
<div class="detail_top">
|
|
|
|
|
|
<div class="Code">
|
|
<label style="display:inline;margin-bottom:8px;font-weight: 700;" ng-bind="'alert_full_tmp.Code' | translate"></label>
|
|
<span style="margin-left:8px;" ng-bind-html="dialog.code"></span>
|
|
<br />
|
|
<span style="margin-left:8px;" ng-bind="dialog.title"></span>
|
|
</div>
|
|
<br />
|
|
<div class="Message" style="display:inline;">
|
|
<label style="display:inline;margin-bottom:8px;font-weight: 700;" ng-bind="'alert_full_tmp.Message' | translate"></label>
|
|
<br />
|
|
<span style="margin-left:8px;" ng-bind-html="dialog.message"></span>
|
|
</div>
|
|
<br />
|
|
<div class="Action" style="display:inline;">
|
|
<label style="display:inline;margin-bottom:8px;font-weight: 700;" ng-bind="'alert_full_tmp.action' | translate"></label>
|
|
<br />
|
|
<span style="margin-left:8px;" ng-bind-html="dialog.action"></span>
|
|
</div>
|
|
<!-- 不顯示Exception -->
|
|
<!--<div class="Exception" style="display:inline;">
|
|
<label style="display:inline;margin-bottom:8px;width: 28px;" ng-bind="'alert_full_tmp.Exception' | translate"></label>
|
|
<span style="margin-left:8px;" ng-bind-html="dialog.exception"></span>
|
|
</div>-->
|
|
|
|
|
|
</div>
|
|
|
|
<div class="Showblock" ng-class="{'close':!blnShowblock}">
|
|
<div class="content-function-title posR" ng-click="blnShowblock = !blnShowblock">
|
|
<label style="margin-bottom:8px;color: rgb(219, 76, 61);" ng-bind="'alert_full_tmp.StackTrace' | translate"></label>
|
|
<div class="open">
|
|
<i class="material-icons open" ng-class="{'close':!blnShowblock}">keyboard_arrow_down</i>
|
|
</div>
|
|
</div>
|
|
<div class="perfect-scrollbar" style="height:calc(100% - 48px)">
|
|
<div class="block" style="height: auto;">
|
|
<div class="stack" style="margin-left:16px;word-break: break-word;">
|
|
<span ng-bind-html="dialog.stack"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|