diff options
author | Sashi20 | 2017-08-28 11:13:54 +0530 |
---|---|---|
committer | Sashi20 | 2017-08-28 11:13:54 +0530 |
commit | 02934ee42699c1b5691046a3f3dccd07d716f1bb (patch) | |
tree | 02badf83fa5716ccc6dc8a4beed38e1f65bf7786 /run.inc | |
parent | 0baea72bf36452e124f2085e301cc52860af7c87 (diff) | |
download | dwsim_flowsheet-02934ee42699c1b5691046a3f3dccd07d716f1bb.tar.gz dwsim_flowsheet-02934ee42699c1b5691046a3f3dccd07d716f1bb.tar.bz2 dwsim_flowsheet-02934ee42699c1b5691046a3f3dccd07d716f1bb.zip |
Changes made in completed flowsheet and edit interface
Diffstat (limited to 'run.inc')
-rwxr-xr-x | run.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ function _flowsheet_details($flowsheet_default_value) { $flowsheet_details = _flowsheet_information($flowsheet_default_value); if ($flowsheet_default_value != 0) { - $form['flowsheet_details']['#markup'] = '<span style="color: rgb(128, 0, 0);"><strong>About the Flowsheet</strong></span></td><td style="width: 35%;"><br />' . '<ul>' . '<li><strong>Proposer Name:</strong> ' . $flowsheet_details->name_title . ' ' . $flowsheet_details->contributor_name . '</li>' . '<li><strong>Title of the Flowhseet:</strong> ' . l($flowsheet_details->project_title,'flowsheeting-project/full-download/project/' . $flowsheet_default_value,array('attributes' => array('title' => 'This is a zip file containing a pdf (abstract) and a dwxml/dwxmz file which is the DWSIM flow sheet which is to be viewed by right clicking on the file and opening with DWSIM.'))) . '</li>' . '<li><strong>Institution:</strong> ' . $flowsheet_details->university . '</li>' . '<li><strong>Version:</strong> ' . $flowsheet_details->version . '</li>' . '</ul>'; + $form['flowsheet_details']['#markup'] = '<span style="color: rgb(128, 0, 0);"><strong>About the Flowsheet</strong></span></td><td style="width: 35%;"><br />' . '<ul>' . '<li><strong>Proposer Name:</strong> ' . $flowsheet_details->name_title . ' ' . $flowsheet_details->contributor_name . '</li>' . '<li><strong>Title of the Flowhseet:</strong> ' . l($flowsheet_details->project_title,'flowsheeting-project/full-download/project/' . $flowsheet_default_value,array('attributes' => array('title' => 'This is a zip file containing a pdf (abstract) and a dwxml/dwxmz file which is the DWSIM flow sheet which is to be viewed by right clicking on the file and opening with DWSIM.'))) . '</li>' . '<li><strong>Institution:</strong> ' . $flowsheet_details->university . '</li>' . '<li><strong>Version:</strong> ' . $flowsheet_details->version . '</li>' . '<li><strong>Reference:</strong> ' . $flowsheet_details->reference . '</li>' . '</ul>'; $details = $form['flowsheet_details']['#markup']; return $details; } //$flowsheet_default_value != 0 |