Skip to content

Commit

Permalink
improve UI of landing page editor
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Oct 6, 2024
1 parent 5ee9f7c commit 4850003
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 32 deletions.
Binary file modified leo-data-processing-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-main-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-observer-starter-v_0.9.0.jar
Binary file not shown.
Binary file modified leo-scheduler-starter-v_0.9.0.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,12 @@ <h5 class="page-header" id="page_breadcrumb"></h5>
</div>

<div id="contentClassForEmailTemplate" class="form-group">
<label>Content Class</label>
<label>Landing Page Type</label>
<div>
<div class="radio">
<label for="cl_basic_email_content"> <input
id="cl_basic_email_content" type="radio"
value="basic_email_content" name="contentClass">Basic
Email Content
</label>
</div>
<div class="radio">
<label for="cl_product_recommendation"> <input
id="cl_product_recommendation" type="radio"
value="product_recommendation" name="contentClass">Product
Recommendation
</label>
</div>
<div class="radio">
<label for="cl_content_recommendation"> <input
id="cl_content_recommendation" type="radio"
value="content_recommendation" name="contentClass">Content
Recommendation
<label for="cl_feedback_survey"> <input
id="cl_basic_landing_page" type="radio"
value="basic_landing_page" name="contentClass">Basic Landing Page
</label>
</div>
<div class="radio">
Expand All @@ -81,23 +66,14 @@ <h5 class="page-header" id="page_breadcrumb"></h5>
</label>
</div>
<div class="radio">
<label for="cl_feedback_survey"> <input
id="cl_basic_landing_page" type="radio"
value="basic_landing_page" name="contentClass">Basic
Landing Page
<label for="cl_gamification"> <input
id="cl_gamification" type="radio"
value="gamification" name="contentClass">Website Gamification
</label>
</div>
</div>
</div>

<div class="form-group">
<label>Template JSON Model</label>
<div id="json_metadata_container" style="width: 100%;">
<textarea id="json_metadata"></textarea>
</div>
<hr>
</div>

<div id="webtpl_url_holder" class="alert alert-info" role="alert">
<i class="fa fa-qrcode" aria-hidden="true" style="font-size: 1.1em"></i>
<b>Preview Content URL</b> <a id="webtpl_url" class="small-text"
Expand All @@ -109,13 +85,21 @@ <h5 class="page-header" id="page_breadcrumb"></h5>
</div>

<div class="form-group" id="content_div_wrapper">
<label>Template Content</label>
<label>Template </label>

<div id="content_div"></div>
<div id="raw_media_container" style="width: 100%;">
<textarea id="raw_media_html"></textarea>
</div>
</div>

<div class="form-group" style="display: none;">
<label>Template JSON Model</label>
<div id="json_metadata_container" style="width: 100%;">
<textarea id="json_metadata"></textarea>
</div>
<hr>
</div>

</fieldset>

Expand Down

0 comments on commit 4850003

Please sign in to comment.