@dooboostore/dom-render
Version:
html view template engine
48 lines • 3.58 kB
HTML
<!--<dialog id="profileDialog" dr-on-rendered-init="@this@.onInitDialog($element)" dr-event-close="@this@.destroyDialog()"-->
<!-- dr-event-toggle="@this@.open = $element.open">-->
<!-- <div class="dialog-content profile-dialog-content">-->
<!-- <button class="close-button" id="closeProfileDialogBtn" dr-event-click="@this@.closeDialog()">×</button>-->
<!-- <div class="header">-->
<!-- <i class="fas fa-user-edit"></i>-->
<!-- Update Profile-->
<!-- </div>-->
<!-- </div>-->
<!-- <hr/>-->
<!-- <div id="profile-tab-form" class="profile-tabs" >-->
<!-- <div class="form-group profile-image-upload-group">-->
<!-- <div class="profile-image-preview-container">-->
<!-- <img dr-if="@this@.my?.world.profile" class="current-profile-image" dr-attr="{src:@this@.my?.world.profile}" alt="Current Profile Image"/>-->
<!-- <label for="profileImageUpload" class="upload-icon-label"><i class="fas fa-camera"></i></label>-->
<!-- <input type="file" id="profileImageUpload" accept="image/*" dr-event-change="@this@.onProfileImageChange($event)" hidden>-->
<!-- </div>-->
<!-- </div>-->
<!-- <form class="form-group world-name-group" dr-on-init="@this@.onInitFrom($element)"-->
<!-- dr-event-submit="@this@.formSubmit($element, $event)">-->
<!-- <div class="world-name-input-container">-->
<!-- <span class="at-prefix">@</span>-->
<!-- <input type="text" id="worldNameInput" name="name" dr-value="@this@.my?.world.name">-->
<!-- <button type="submit" class="save-button" >Save</button>-->
<!-- </div>-->
<!-- <System:PromiseSwitch data="${@this@.setWorldNamePromise}$" >-->
<!--<!– <System:PromiseSwitch.Pending defaultView>–>-->
<!--<!– <System:Skeleton radius="10px" width="50%"></System:Skeleton>–>-->
<!--<!– <System:Skeleton radius="10px" width="80%"></System:Skeleton>–>-->
<!--<!–<!– </System:PromiseSwitch.Pending>–>–>-->
<!--<!– <System:PromiseSwitch.Fulfilled>–>-->
<!--<!– <h2 class="profile-name" id="dialogProfileName">${@nearThis@.data?.name}$</h2>–>-->
<!--<!– <p class="profile-summary" id="dialogProfileBio">${@nearThis@.data?.summary}$</p>–>-->
<!--<!– </System:PromiseSwitch.Fulfilled>–>-->
<!-- <System:PromiseSwitch.Rejected>-->
<!-- <div class="rejected">${@nearThis@.data.message}$ 😰</div>-->
<!-- </System:PromiseSwitch.Rejected>-->
<!-- </System:PromiseSwitch>-->
<!-- </form>-->
<!--<!– <div class="form-group public-status-group">–>-->
<!--<!– <label>Public World</label>–>-->
<!--<!– <System:CheckBox name="isPublic" checked="${@this@.my?.world.isPublic}" change="${(checked)=> @this@.onPublicStatusChange(checked)}">–>-->
<!--<!– <System:CheckBox.Checked>Public</System:CheckBox.Checked>–>-->
<!--<!– <System:CheckBox.UnChecked>Private</System:CheckBox.UnChecked>–>-->
<!--<!– </System:CheckBox>–>-->
<!--<!– </div>–>-->
<!-- </div>-->
<!--</dialog>-->